Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
Description
InAppBrowser instance must follow EnableViewportScale setting from config (and allow it to be manipulated using the meta viewport setting from HTML), just like the main Cordova WebView.
In fact, it would be great if it can also be controlled using an options parameter in window.open call.
Settings to be set like the CordovaWebView (all boolean:yes|no):
1. EnableViewportScale (default 'no')
2. MediaPlaybackRequiresUserAction (default 'no')
3. AllowInlineMediaPlayback (default 'no')
4. KeyboardDisplayRequiresUserAction (default 'yes')
5. SuppressesIncrementalRendering (default 'no')
Attachments
Issue Links
- relates to
-
CB-2311 Add docs for iOS specific InAppBrowser window.open options
- Closed