When will the new update come?

I mentioned here that I had a webview problem before. Customwebview fixed the problem. However, this time Google Play did not accept it due to permissions. And I could not update the application file somehow.

My problem is my html codes in webview. I open pdf files in google drive with html.

Html code :

 <iframe src="https://drive.google.com/file/d/1_333........./preview" width="100%" height="100%"></ iframe>

Should I wait for the update or is there another solution? Can I somehow remove the camera permission of the Custom Webview plugin and update my application?

Since 1.5.2 was released, my app’s user count has been dropping.

what about modifying the manifest yourself?
see here how to do it

Taifun

2 Likes

Thanks @Taifun problem solved.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.