ignoresViewportScaleLimits
A Boolean value that determines whether a web view allows scaling of the webpage.
Declaration
var ignoresViewportScaleLimits: Bool { get set }Discussion
When set to true, this property overrides the user-scalable HTML property in a webpage, and lets the web view scale its webpage content regardless of the author’s intent. The default value of this property is false.