Prevent webView scaling #13645
Answered
by
m1ga
beppo-ivel
asked this question in
Q&A
Prevent webView scaling
#13645
-
How to disable the zoom and scroll in webView? I tired touchEnabled, scalesPageToFit, disableContextMenu and overScrollMode. |
Beta Was this translation helpful? Give feedback.
Answered by
m1ga
Nov 12, 2022
Replies: 1 comment 6 replies
-
I use this in my style:
and you can also adjust the content of the webview e.g. with |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
beppo-ivel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use this in my style:
and you can also adjust the content of the webview e.g. with
overflow:none
orpointerEvents:none
if you like