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
551 stars 276 forks source link

app crashes on when I select layout 1 #296

Open droid85real opened 8 months ago

droid85real commented 8 months 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);