Back to All

open AppSettings not working

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