Hello,
web_Viewer => Load HTML exits the application. Can anything be done about it? The application must be installed on the smartphone. The error has been appearing for several weeks.
regards
See also
In my application also uses javascript, i.e. Evaluate JS script. Javascript support is missing in Extended Web Viewer Extension
Then use custom webview
Unfortunately, I was unable to fix the error. Extension CustomWebView also has a lot of options but the error keeps repeating. CustomWebView => LoadHTML closes the application
Thank you for your help, SetWebView → id solved the problem so I start developing my application :). It is a pity that WebView is not working properly, maybe the bug will be corrected in the future.
regards
If problem solved mark solution in order to help others that face same issue
I exported the application in .app format. I am getting “permission error” when uploading to google play. It rejects the application. (android.permission.CAMERA) error.
Is camera needed for webviewer or …?
No.It only displays pdf files. via google drive.
Permissions: `android.permission.WRITE_EXTERNAL_STORAGE, android.permission.CAMERA,
Could you please post a screenshot of the Google Play message and the reason that app is rejected? Maybe since Android App Bundle is using android.permission.CAMERA permission needs a privacy policy created by you
Screenshot link : Screenshot by Lightshot
Your APK or Android App Bundle uses permissions that require privacy policy: (android.permission.CAMERA).
You have to to add privacy policies in your app. Add Webviewer component and set it’s home url to your privacy policy website.
I think Kodular will make an update for webview until you do what you said. I will wait for now. Because I need to get a new site for the url. I think it would take a long time to write a privacy policy.
I believe this is not coming from webviewer. If you are using camera component then you have to add a policy in your app
The camera is not used. My app only shows PDF (Drive Google). It gives this error because it is in custom webview permissions.
Yes it’s true.
If you decide to remove a particular permission defined in Customwebview then you won’t be able use related methods and events.