I'm trying to implement deep linking in android app.
When I click the deep linking of custom url (xxxx://repost?id=12) on Android browser like Chrome, my app opens up and works very well.
Problem is, in the app, there's a webView widget, and I want to the deep-linking work there too.
Currently, it's showing Can't connect to the server
error.
Thanks in advance.