Skip to content

Commit 85e7610

Browse files
authored
Made instructions more clear
1 parent 0dced49 commit 85e7610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Future<String> loadJS(String name) async {
164164
### Accessing local files in the file system
165165
Set the `withLocalUrl` option to true in the launch function or in the Webview scaffold to enable support for local URLs.
166166

167-
Note that, on iOS, the `localUrlScope` option also needs to be set in the Webview scaffold to the local path where file access should be allowed, otherwise, only the requested file will be allowed, resulting in so subresources being loaded. This option is ignored on Android.
167+
Note that, on iOS, the `localUrlScope` option also needs to be set to a path to a directory. All files inside this folder (or subfolder) will be allowed access. If ommited, only the local file being opened will have access allowed, resulting in no subresources being loaded. This option is ignored on Android.
168168

169169
### Webview Events
170170

0 commit comments

Comments
 (0)