You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/15 07:49:18 UTC

[GitHub] [cordova-plugin-inappbrowser] ctaque opened a new issue #506: Launch inapp browser at app start (starting once in two)

ctaque opened a new issue #506: Launch inapp browser at app start (starting once in two)
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/506
 
 
   Hello,
   I am making an app which basically launches an inapp browser at startup.
   The code is : 
   
   ``` js
   function onDeviceReady() {
       cordova.InAppBrowser.open('https://cine.boutique', '_blank', 'location=no,fullscreen=yes,zoom=no,hardwareback=no,footer=no,toolbar=no,hidespinner=yes');
   }
   
   document.addEventListener("deviceready", onDeviceReady, false);
   
   ```
   The expected behaviour is the inapp browser is lauched every time at app start.
   The found behaviour is : at app start, the page is blank, and the page appears at app focus (2nd display).
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   iOS 12.3
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ x] I searched for existing GitHub issues
   - [ x] I updated all Cordova tooling to most recent version
   - [ x] I included all the necessary information above
   

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


With regards,
Apache Git Services

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