flutter_webviews icon indicating copy to clipboard operation
flutter_webviews copied to clipboard

How i inject custom css and js files in my webview from local asset folder.

Open urvesh-educloud opened this issue 6 years ago • 0 comments

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);
	}
});
``` ```

urvesh-educloud avatar Nov 21 '19 06:11 urvesh-educloud