fluttercommunity / fluttercommunity/flutter_webview_plugin
Link handling
Ouverte
enhancement
help wanted
- Langage dominant
- Java
- Étoiles
- 1.5k
- Forks
- 938
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Implementing the plugin as shown:
```
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
routes: {
"/": (_) => new WebviewScaffold(
url: "http://wckethman.com/htree/my-app/www/index.html",
withJavascript: true,
)
},
);
}
}
This works fine but when clicking on tel: links "net::ERR_UNKNOWN_URL_SCHEME" thrown
```
Any suggestions?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.