Enable access to local files
masterTo allow the WebView to load local files from the file system, set withLocalUrl: true in the launch function or WebviewScaffold.
iOS Specifics: You must also set the localUrlScope option to a directory path. This allows all files within that directory (and subdirectories) to be accessible. If omitted on iOS, only the specific file being opened will have access, which may prevent subresources from loading. This option is ignored on Android.