A Boolean value indicating whether magnify gestures will change the web view’s magnification.
SDK
- macOS 10.10+
Framework
- Web
Kit
Declaration
var allowsMagnification: Bool { get set }
Discussion
The default value is false
. You can set the magnification
property even if allows
is set to false
.