flutter_webviews
flutter_webviews copied to clipboard
A simple app demonstrating the Flutter 'webview_flutter' plugin
home.dart only show google.com. How can I add more link for testing?
when i add two more links, the other links does not work except google. Do you know why?? ex) final _links = ['https://google.com', 'https://www.naver.com', 'https://www.daum.net'];
``` How i inject custom css and js files in my webview for eg : ``` $(document).ready(function() { try { console.log("onReady called..."); } catch(err) { onError("Error in On Ready Function..!...