Search found 2 matches

Go to advanced search

by invade dev
Thu Aug 28, 2014 2:21 pm
Forum: Issues
Topic: navigator.app.exitApp() not working from apk file
Replies: 13
Views: 2342
 
Jump to post

navigator.app.exitApp() not working from apk file

Maryna is right this plugin org.apache.cordova.App has to be in config.xml <plugins> <plugin name="App" value="org.apache.cordova.App"/> ...... </plugins> I am having issue on how to disable the navigation bar on the tablet, specially notifications located on top of the screen. A...
by invade dev
Mon Aug 25, 2014 1:12 pm
Forum: Issues
Topic: navigator.app.exitApp() not working from apk file
Replies: 13
Views: 2342
 
Jump to post

navigator.app.exitApp() not working from apk file

Adding feature app it doesnt work specially if you are using this

<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />

Go to advanced search