You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of use use the window.navigator.app.exitApp functionality.
I think the entire window.navigator.app API should be documented. This will make it clear if it's a public facing API or not.
This will also open up the possibility of adding in typescript definitions.
I can't find another better built-in replacement for this API. There is at least one reference in the current documentation to this api. I think there were more references in previous versions of the Cordova documentation.
The text was updated successfully, but these errors were encountered:
A lot of use use the
window.navigator.app.exitApp
functionality.I think the entire
window.navigator.app
API should be documented. This will make it clear if it's a public facing API or not.This will also open up the possibility of adding in typescript definitions.
I can't find another better built-in replacement for this API. There is at least one reference in the current documentation to this api. I think there were more references in previous versions of the Cordova documentation.
The text was updated successfully, but these errors were encountered: