Junior2
(Júnior2)
June 10, 2021, 3:09pm
#1
I have a webview apk, inside my website there is an add-on to print the files, I wanted to know how it is possible that when my users click on the printer the pdf is printed by the phone itself, the storage permission I have already created.
I need this information too.
vknow360
(Sunny Gupta)
October 20, 2021, 12:43pm
#3
Maybe you can give it a try:
1.Introduction
Latest Version : 11
Released: 2020-05-12T18:30:00Z (UTC)
Last Updated:2021-07-12T18:30:00Z (UTC)
Required Api : 21
Permissions: android.permission.WRITE_EXTERNAL_STORAGE,android.permission.ACCESS_DOWNLOAD_MANAGER,android.permission.ACCESS_FINE_LOCATION,android.permission.RECORD_AUDIO, android.permission.MODIFY_AUDIO_SETTINGS, android.permission.CAMERA,android.permission.VIBRATE,android.webkit.resource.VIDEO_CAPTURE,android.webkit.resource.AUDIO_CAPTURE,android.launcher.permis…
You may get confused by how to use the extension, so here a very basic guide.
Hi everyone
Since I am getting a lot of questions related to CustomWebView extension so I decided to create a guide to show how we can do various tasks with the extensions in different parts.
Use JavaScript functions (also for webviewer)
1.Create and Set Webview
As we know that to use the extension we have to create and make a webview active which can be done in following way:
[image]
Since JS is by default enabled in extension so there is no need to set it manually…