I wonder if it’s possible to make a button open a certain mobile application when clicked (when viewing the page via browser). For example, when clicked, it opens the TikTok app or at least prompts a window where the user can choose an app to open. Wireframe of how my app looks:
I’ve tried finding a solution for this over the forum but didn’t succeed.
I cannot get it to work on my mac because I do not have tiktok downloaded but just say if I did then by clicking a Link(which bubble has as an element) and it sent me to “tiktok://www.tiktok.com” then my browser would pop up an alert asking me if I wanted to open the application. you can replace the word tiktok with any app you may have on your computer or phone to see if it works. For me, I tested it with postman and discord and in both cases I was prompted to open the app.
This is the url: “tiktok://www.tiktok.com”
I am assuming that the name of the app followed by colon and two forward slashes then the website url does the trick.
@williamtisdale
it works! I’ve just tried it. Thanks a lot Now another thing would be to figure out if it’s possible to directly open the camera on TikTok app. But for now, this is very good.