Replies: 2 comments 1 reply
-
I can't say I've tried doing this, so I unfortunately can't provide a worked solution. I'm guessing what will be happening behind the scenes is either:
If it's 1 or 2, the fix will require a platform-specific piece of code in the Toga backend creating the webview. If it's 3, it falls into a known limitation of app packaging with Briefcase - we don't currently allow customisation of permissions. This is something we intend to look at in the near future; in the meantime, you need to manually update the platform-specific declarations in your app bundle. However, I can't advise what those will be, as you haven't told us which platform you're on. |
Beta Was this translation helpful? Give feedback.
-
I'm using Android. But it seems not work in ios too. I think there is some config tricks in Android manifest. I've tried some suggestions made here.. None of them worked for me. But I have to admit that I am not expert in android development and native packages.... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to allow an webview app, using Beeware/toga, to show permission request popup?
The same page works fine by accessing it via mobile chrome, but do not work in webview because the popup request to allow location tracking does not appear. Is there a way to allow tracking location?
Beta Was this translation helpful? Give feedback.
All reactions