You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
reznej
pushed a commit
to reznej/cordova-plugin-inappbrowser
that referenced
this issue
Sep 20, 2023
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 toyes
. 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
Feature Description
The text was updated successfully, but these errors were encountered: