mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
571 stars 278 forks source link

app crashes on when I select layout 1 #296

Open droid85real opened 1 year ago

droid85real commented 1 year ago

app crashes on when I select layout 1 please fix it.

also , add this line in mainactivity in androidmanifest android:configChanges="orientation|keyboardHidden|screenSize"

add this in mainactivity.java
webSettings.setJavaScriptEnabled(true); webSettings.setLoadWithOverviewMode(true);