reznej opened a new issue, #1022: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1022
# Feature Request Inappbrowser allows zoom functionality (pinch-to-zoom and via on-screen buttons) when the InAppBrowser instance is initialized with the option `zoom` set to `yes`. When using pinch-to-zoom gesture, displaying additional on-screen zoom buttons is not necessary. Therefore, it would be great to enable zooming functionality without displaying the buttons. ## Motivation Behind Feature - There Is currently no option to enable zoom controls via pinch-to-zoom gesture without showing the on-screen zoom controls - On-screen zoom controls were deprecated in Android API level 26 - [Source](https://developer.android.com/reference/android/webkit/WebSettings#setDisplayZoomControls(boolean)) ## Feature Description - There should be a separation between enabling zoom-controls (pinch-to-zoom) and additionally showing zoom-buttons to manually adjust zooming. - It would be great to have two options (zoom and zoomcontrols) when initializing the Inappbrowser instance, so it's up to the developer to display zoom buttons or not. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
