I’m using your extension just to return data from a google spreadsheet.
But when I go to import APK to google it gives me an error/alert and won’t let me continue unless I submit a privacy policy. But I don’t see a need because I don’t ask for permissions in my app.
How to resolve this without having to send the privacy policy?
When I extract it as apk, it does not give an error. However, under Android 5 it turns off directly. Now that android 5 is obsolete, I don’t want to care about this problem.
I have one more question. There were webviews in two separate places on one screen. I deleted the webviews when it was causing problems. I created it with CustomWebView. I created 2 webviews with “CreateWebView” and “SetWebView” blocks. These webviews will be html. But when I want to use “LoadHtml” block I can’t write html by “id”. To solve this problem, should I add 2 CustomWebViews to the screen? Or is this problem solved with blocks?
I will try to discripe it first then I will try to add a screen recording
When I visit a website, then start to play sounds fom inside the website, it works great and then when i close the screen (Closes the browser) to jump to another screen, the sound keeps playing and never closes except when open another page in the browser or closes the whole app.