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 2021/01/16 07:15:01 UTC

[GitHub] [cordova-plugin-inappbrowser] keenan35i opened a new issue #840: Splash screen with android inappbrowser bug

keenan35i opened a new issue #840:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/840


   ### The plugin as it sits handles IOS and Android differently in regards to how it handles the splash screen.
   **Use case:** I am launching the inappbrowser on opening of the app, i would like the in app browser to behave like it does on ios ( not close the splash screen on launch of the inappbrowser ). On android it closes the splash screen on opening of the inappbrowser vs when i want it to close (when the inappbrowser page load completes), which causes a white screen until the inappbrowser loads.
   
   Any tips, ideas, or plugin fixes that could make the android component act like it does on IOS and not interfere with the splash screen? 


----------------------------------------------------------------
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-inappbrowser] keenan35i commented on issue #840: Splash screen with android inappbrowser bug

Posted by GitBox <gi...@apache.org>.
keenan35i commented on issue #840:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/840#issuecomment-763916901


   @jcesarmobile Yes i can have it in hidden=yes mode however when the web-view is hidden performance drops dramatically slowing down page loading causing in this case a long splash screen load time. It would be nice if it behaved the same way it does on IOS. I am using the inappbrowser in a very specific way so its not a user experience issue...


----------------------------------------------------------------
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-inappbrowser] keenan35i edited a comment on issue #840: Splash screen with android inappbrowser bug

Posted by GitBox <gi...@apache.org>.
keenan35i edited a comment on issue #840:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/840#issuecomment-763916901


   @jcesarmobile Yes i can have it in hidden=yes mode however when the web-view is hidden performance drops dramatically slowing down page loading causing in this case a long splash screen load time. It would be nice if it behaved the same way it does on IOS, meaning leaving the view open without it closing the splash screen. I am using the inappbrowser in a very specific way so its not a user experience issue...


----------------------------------------------------------------
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-inappbrowser] keenan35i edited a comment on issue #840: Splash screen with android inappbrowser bug

Posted by GitBox <gi...@apache.org>.
keenan35i edited a comment on issue #840:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/840#issuecomment-763916901


   @jcesarmobile Yes i can have it in hidden=yes mode however when the web-view is hidden performance drops dramatically slowing down page loading causing in this case a long splash screen load time. It would be nice if it behaved the same way it does on IOS, meaning leaving the view open without it closing the splash screen. I am using the inappbrowser in a very specific way so its not a user experience issue...


----------------------------------------------------------------
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-inappbrowser] keenan35i commented on issue #840: Splash screen with android inappbrowser bug

Posted by GitBox <gi...@apache.org>.
keenan35i commented on issue #840:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/840#issuecomment-763916901


   @jcesarmobile Yes i can have it in hidden=yes mode however when the web-view is hidden performance drops dramatically slowing down page loading causing in this case a long splash screen load time. It would be nice if it behaved the same way it does on IOS. I am using the inappbrowser in a very specific way so its not a user experience issue...


----------------------------------------------------------------
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-inappbrowser] jcesarmobile commented on issue #840: Splash screen with android inappbrowser bug

Posted by GitBox <gi...@apache.org>.
jcesarmobile commented on issue #840:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/840#issuecomment-763769613


   If you are using `_blank` target, you can use `hidden=yes` option when opening InAppBrowser and the `loadstop` event to call `show`.
   
   But anyway, I don't think it's a good user experience to launch the `InAppBrowser` as soon as your app loads.
   
   


----------------------------------------------------------------
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