flutter_webviews
flutter_webviews copied to clipboard
How i inject custom css and js files in my webview from local asset folder.
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..! "+err.message);
}
});
```
```