Issue with deep links on Android #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
First of all, thank you for this excellent work!
I’d like to report an issue when building the Android app: the resulting application doesn’t use the configured application name when generating deep links to open it from the browser, whereas the Windows version works correctly.
Example:
appdesk://xxxxxxxxx should launch the app but doesn’t.
Conversely, rustdesk://xxxxxxxxx does launch it, even though it shouldn’t.
Please excuse any lack of clarity in my explanation.
Thank you very much.