Johann
Results
1
issues of
Johann
Hello! Currently, when launching a map app on Android, the plugin creates an Intent like this: ``` val intent = Intent(Intent.ACTION_VIEW, url.toUri()) intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK) ``` This is fine for most cases,...