allowFileAccess property

bool allowFileAccess
getter/setter pair

Enables or disables file access within WebView. Note that this enables or disables file system access only. Assets and resources are still accessible using file:///android_asset and file:///android_res. The default value is true.

Implementation

bool allowFileAccess;