Thanks for the help
'- Error
Error occurred on line: 9 (WebPage)
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=intent://pay?srCode=3325365 flg=0x20000 }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2071)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1717)
...............
'- The app is installed on the phone
Package = com.shcard.smartpay
'- Reference :
External browsers are no problem
Error occurs only in webview (WebView1)
B4X:
Sub WebView1_OverrideUrl (Url As String) As Boolean
Log(Url) '-"intent://pay?srCode=3325365#Intent;scheme=shinhan-sr-ansimclick;package=com.shcard.smartpay;end;"
If Url.Contains("intent") Then
Dim p As PhoneIntents
StartActivity(p.OpenBrowser(Url))'- <-- Error
' Return True
End If
End Sub
'- Error
Error occurred on line: 9 (WebPage)
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=intent://pay?srCode=3325365 flg=0x20000 }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2071)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1717)
...............
'- The app is installed on the phone
Package = com.shcard.smartpay
'- Reference :
External browsers are no problem
Error occurs only in webview (WebView1)
Last edited: