Questions
open AppSettings not working
almost 2 years ago by Manuel Gonzalez
Trying to execute this on my gonative app (Android)
if(navigator.userAgent.indexOf('gonative') > -1) {
window.location.href = 'gonative://open/appSettings';
}
And nothing happens. Shouldn't the settings page get opened?
Thank you