ignoresViewportScaleLimits property
Set to true if you want that the WebView should always allow scaling of the webpage, regardless of the author's intent.
The ignoresViewportScaleLimits property overrides the user-scalable HTML property in a webpage. The default value is false.
Implementation
bool ignoresViewportScaleLimits;