Replies: 3 comments 1 reply
-
Appears it may be related to http urls, as opposed to https. I'm able to embed media from https urls, but not http. Unfortunately this won't work with a localhost server on the phone. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Gave it a try with media-src and image-src == "*". Still working on linux, but not on android. App security section of tauri.conf.json is like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Filed a bug: #10506 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to get audio/video working on my page in an android app.
According to #3725 it appears I need to use a web server to host the files, because of a bug in webkit. I added a web server to my app, and it does work - on linux.
On android the files don't load. I enabled logging on my web server and it seems its never getting the requests. I can adb shell and use curl to access the files just fine, and then I see those accesses in my logs.
So my question is, is there some kind of policy on android that blocks an url like this?
http://localhost:8000/file/75d69666-b189-475e-9d8d-827d45ed3838
If so, how can I deactivate that policy?
Beta Was this translation helpful? Give feedback.
All reactions