No muestra imágenes en Android Api 30
Opened this issue · 1 comments
andresperezmelo commented
The plugin works fine up to Android Api 29 if the application is compiled in api 30 on Android it is not able to show the images in the logo. says web-img
As the documentation says, applications after November 2 should be oriented to Android ** Api 29 0 30 **
Here an image
crifurch commented
add this line:
webView.getSettings().setAllowFileAccess(true);
To HtmlToPdfConerter.kt