Skip to content

Commit

Permalink
Merge pull request #92 from humhub/ios-zoom-features-view-port
Browse files Browse the repository at this point in the history
Explicitly disable zoom
  • Loading branch information
luke- authored Jul 9, 2023
2 parents c36d225 + 0207935 commit 99b3572
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/pages/web_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ class WebViewAppState extends ConsumerState<WebViewApp> {
useShouldOverrideUrlLoading: true,
useShouldInterceptFetchRequest: true,
javaScriptEnabled: true,
),
ios: IOSInAppWebViewOptions(),
android: AndroidInAppWebViewOptions(
domStorageEnabled: true,
supportZoom: false,
),
);

Expand Down

0 comments on commit 99b3572

Please sign in to comment.