Contents

ignoresViewportScaleLimits

Determines whether a webpage allows scaling of the webpage.

Declaration

@MainActor var ignoresViewportScaleLimits: Bool

Discussion

When set to true, this property overrides the user-scalable HTML property in a webpage, and lets the webpage scale its view’s content regardless of the author’s intent.

The default value of this property is false.