I am trying to open local html file in my Android application.
The file is located under my assets folder. So I am setting a WebViewClient and loading my page into i
Try to use the below code for loading the html
"file:///android_asset/enrollment.html"
instead of
"file:///assets/enrollment.html"