Replies: 1 comment 6 replies
-
Android behaves like Windows here so it's |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am a beginner. And using English translator.
I want to use a custom protocol on Android.
I'm using 'tauri::Builder::register_uri_scheme_protocol' with the 'uri_scheme' set to "test", and 'protocol' returns a PNG image.
On macOS, <img src="test:" /> works successfully.
In Windows, It looks like that ’src' need to be set to “https://test./“ insted of “test:”.
Then, What should I do on Android?
Or, Is this feature currently unimplemented?
Beta Was this translation helpful? Give feedback.
All reactions