apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin
https://cordova.apache.org/
Apache License 2.0
1.11k stars 2.14k forks source link

GH-1022 android: enable zoom without on-screen controls #1023

Open reznej opened 7 months ago

reznej commented 7 months ago

Platforms affected

Android

Motivation and Context

Closes Issue #1022

Description

This change adds an settable option zoomcontrols in addition to zoom at initialisation of the Inappbrowser instance. This enables a separation between zoom-controls (pinch-to-zoom) and additionally showing zoom-buttons to manually adjust zooming.

Testing

Ran manual tests with different combinations for parameters zoom and zoomcontrols.

Checklist