https://kotlinlang.org logo
a

allan.conda

12/01/2021, 1:57 PM
Is it possible to map an arbitrary app link with a fixed domain to a web view destination in Jetpack Compose Navigation? Let’s say I have an https://info.myapp.com web site, I want any links from that domain (like https://info.myapp.com/announcements1/index.html, https://info.myapp.com/tips/index.html) to load via the in-app browser of my app. I tried it, the app opens, but the Navigator is not able to match the pattern.