-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image link not working in Webview on iOS #456
Comments
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict> I think you need that in you |
Hi @charafau I also encountered this issue even if NSAppTransportSecurity was already added in to But most of the time, the following logs is what showing up, and that leaves on a blank screen if hidden option was set to false and non-stop loading if true.
Flutter doctor
|
Hi guys, I managed to fix my issue by encoding URL with this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to load some HTML in flutter webview. Normal links are working fine and navigating properly but the links embedded in the image are not navigating. Long press on image shows the Alertsheet to perform action on the link but it is not navigating from there also. This issue is only happening on iOS emulator and actual device but working fine on Android.
HTML
System info
Issue occurs on: iOS
Plugin version: xxx
Flutter doctor output:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v1.6.3, on Mac OS X 10.14.3 18D42, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.2.1)
[✓] Android Studio (version 3.4)
[✓] VS Code (version 1.35.1)
[✓] Connected device (1 available)
• No issues found!
Device Log on after tapping Image in webview
The text was updated successfully, but these errors were encountered: