Recent content by ramprasad_barakam

  1. R

    Does AppLinks concept support specific url pattern instead of common.handle_all_urls?

    My deep-link scenario is like below. I have 2 urls in my application. 1. https://www.mydomain.com/city/xyz/street/abc 2.https://www.mydomain.com/country/pqr On click of url1 I want to launch android application and on click of url2 I want to launch web browser only. Is it achievable through...