You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/12 20:45:11 UTC

[GitHub] [cordova-plugin-splashscreen] ptorrent opened a new issue #297: TypeError: undefined is not an object evlaluatin navigator.splashscreen.hide

ptorrent opened a new issue #297:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/297


   Hi,
   
   navigator.splashscreen is not defined. Working well on Android.
   
   I'm calling navigator.splashscreen.hide() on device ready.
   
   This is how I install the plugin:
   phonegap plugin add https://github.com/apache/cordova-plugin-splashscreen.git
   
   Any ideas ?
   
   Thanks for your help
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-splashscreen] breautek closed issue #297: TypeError: undefined is not an object evlaluatin navigator.splashscreen.hide

Posted by GitBox <gi...@apache.org>.
breautek closed issue #297:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/297


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-splashscreen] ptorrent commented on issue #297: TypeError: undefined is not an object evlaluatin navigator.splashscreen.hide

Posted by GitBox <gi...@apache.org>.
ptorrent commented on issue #297:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/297#issuecomment-713688235


   yes I'm waiting devicerady... but not working


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-splashscreen] breautek commented on issue #297: TypeError: undefined is not an object evlaluatin navigator.splashscreen.hide

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #297:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/297#issuecomment-707344952


   You can only use plugin APIs after the `deviceready` event has fired.
   
   See the [docs](https://cordova.apache.org/docs/en/latest/cordova/events/events.html#deviceready) for more info.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-splashscreen] breautek commented on issue #297: TypeError: undefined is not an object evlaluatin navigator.splashscreen.hide

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #297:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/297#issuecomment-713690482


   Please try using the cordova cli instead of the phonegap cli. Phonegap is no longer maintained.
   
   If you still have issues, please create an issue with the entire issue form filled out.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org