Quote from
asmat on April 18, 2020, 8:15 pm
If you mean hide status-bar then follow these steps:
1: add this line code to project>properties>platforms Options>Mobile>additional config.xml
<plugin name="cordova-plugin-statusbar" source="npm" spec="~2.4.3" />
2:add this snippet code to start-up event
NeoScriptToJS
BEGINJS
StatusBar.hide();
ENDJS
If you mean hide status-bar then follow these steps:
1: add this line code to project>properties>platforms Options>Mobile>additional config.xml
<plugin name="cordova-plugin-statusbar" source="npm" spec="~2.4.3" />
2:add this snippet code to start-up event
NeoScriptToJS
BEGINJS
StatusBar.hide();
ENDJS
Uploaded files:- You need to login to have access to uploads.
Igor-13 and YASIN have reacted to this post.