Android Question how to disable zooming in webview

BerlinCoder

Member
Licensed User
Hi,
I have been trying to disable zooming in webview, for example, I tried ZoomEnabled=false;
However, it does not work at runtime, and at run-time, the zoom buttons exist on the webview again!?
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
Good Day,

First Port of Call, go to your Designer, Open your Page, Click on your Web View and look for Properties Tab. Scroll right to the bottom and make sure "ZoomEnabled" is OFF.

upload_2018-1-31_6-46-23.png


I think this will help.
 
Upvote 0
Top