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/11/05 23:04:32 UTC

[GitHub] [cordova-plugin-inappbrowser] charlesw325 commented on issue #492: not work ios13 InAppbrowser select target _blank

charlesw325 commented on issue #492: not work ios13 InAppbrowser select target _blank
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/492#issuecomment-550063519
 
 
   I tried this and this has  resolved my problem with inappbrowser in ios13 , the page is loading with target = _blank ,how ever, I'm facing 2 new issues:
   1. the there is still a gray bar on top of the screen , but it's not blocking any of my page components.
   2. some of my components in the bottom of the page went out side of the screen  . 
   
   I'm using 
   cordova-plugin-inappbrowser 3.1.1-dev
   Cordova-plugin-ionic-webview 4.1.3
   
   I have 
     usewkwebview : "yes"
     location : 'no',
     hidden : 'no',
     zoom : 'no',
     hardwareback : 'yes',
     mediaPlaybackRequiresUserAction : 'no',
     shouldPauseOnSuspend : 'no', 
     closebuttoncaption : 'Close', 
     disallowoverscroll : 'no',
     toolbar : 'no', 
     enableViewportScale : 'no', 
     allowInlineMediaPlayback : 'no',
     presentationstyle : 'fullscreen',
     fullscreen : 'yes',
   
   
   
   

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