maximumViewportInset property
Set maximum viewport inset to the largest inset a webpage may experience in your app's maximally expanded UI configuration. Values must be either zero or positive. It must be larger than minimumViewportInset.
Officially Supported Platforms/Implementations:
- iOS 15.5+ (Official API - WKWebView.setMinimumViewportInset)
Implementation
EdgeInsets? maximumViewportInset;