mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
551 stars 276 forks source link

App Crashes and Close When Click on External URL to Open in Mobile Browser #300

Open myportalcode opened 6 months ago

myportalcode commented 6 months ago

Describe the bug

When app is set to open external urls on mobile default browser, it crashes and closed the app.

Expected behavior app-craches-web-view

Screenshots Added screenshot above

Device (please complete the following information):

Additional context I think can ca resolve this issue, as i have fixed it.. Let me know if this is an actual issue for any one.

mgks commented 6 months ago

in additional context you have mentioned it is fixed? can please share the solution with us? it might help others who are facing the same issue.

kia1349 commented 6 months ago

i had same issue and i change static boolean ASWP_EXTURL = false; // open external url with default browser instead of app webview =>default=true in file SmartWebView and problem solved