Android-SmartWebView icon indicating copy to clipboard operation
Android-SmartWebView copied to clipboard

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

Open myportalcode opened this issue 1 year ago • 2 comments

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):

  • Device name/variant: [e.g. Samsung Galaxy, J2]
  • Build [e.g. arm, x86]
  • Android Version [e.g. API 27 or Oreo]

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.

myportalcode avatar Dec 16 '23 13:12 myportalcode

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.

mgks avatar Dec 16 '23 23:12 mgks

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

kia1349 avatar Jan 09 '24 07:01 kia1349