Closed
Description
after searching the source code, find that since 0.31, webview add shouldOverrideUrlLoading
when the webview's page use customer url to start some other apps, and which user hasn't installed, there get a exception:
No Activity found to handle Intent { act=android.intent.action.VIEW dat=investapp://webend-promotion flg=0x10000000 }
code in this method should be wrapped with try/catch to avoid crash
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
lacker commentedon Oct 21, 2016
I think we are missing the necessary information here. It's not obvious from this description that the root cause is a bug in React Native. I suggest creating an app that reproduces this problem on rnplay.org. Feel free to open a new issue if the bug reproduces in that case, though.