You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it works with a simulator but not with a release build on a real device... and it's very annoying... :((
other info :
the file I'm trying to load is a local html.
The file exist (I can read it), but I cannot use LoadFile (and initialFile) because files are not known in advance and consequently cannot add them in pubspec.yaml (required by this method, otherwise files cannot be found).
I tried also Loadurl (with initialUrl) and calling file:/// but it works only on android and on ios simulator, but not on ios with a real device (logs show the error above). and it's really really annoying... :(((
Any idea?
The text was updated successfully, but these errors were encountered:
This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
The webview cannot load the content of an iframe (webview display blank), and I get the following error :
I try many things, including added in the Info.plist :
it works with a simulator but not with a release build on a real device... and it's very annoying... :((
other info :
the file I'm trying to load is a local html.
The file exist (I can read it), but I cannot use LoadFile (and initialFile) because files are not known in advance and consequently cannot add them in pubspec.yaml (required by this method, otherwise files cannot be found).
I tried also Loadurl (with initialUrl) and calling file:/// but it works only on android and on ios simulator, but not on ios with a real device (logs show the error above). and it's really really annoying... :(((
Any idea?
The text was updated successfully, but these errors were encountered: