allowContentAccess property
Enables or disables content URL access within WebView. Content URL access allows WebView to load content from a content provider installed in the system. The default value is true
.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebSettings.setAllowContentAccess)
Implementation
bool? allowContentAccess;