Hello! It’s my first post here and I appreciate every material I have been founded here, it helped me a lot!
I have an application like webviewer (with an internal link in my employeer), we can access the link using another app, so basically my doubt is:
Is it possible to open another APP using a button in Thunkable?
Like mainscreen navigator.
I appreciate your help.
Hello!
It worked, but I got an issue.
I included a link ‘https://web-vmware’ and Android suggested me to click in the correct APP (It worked as well), but after do this action every link I have been click is opening in this APP, so it not work properly.
Could you help me?
thats android just trying to be helpful. there should be an option in android settings to change this. If you want to be able to select how to open links, when prompt by android, select the app / browser you want to open with and click just once. Hopefully that is what you meant.
Universal Links are standard web links (http://mydomain.com) that point to both a web page and a piece of content inside an app . When a Universal Link is opened, iOS checks to see if any installed device is registered for that domain. If so, the app is launched immediately without ever loading the web page.
So to add to that. This is something inside of the app. if the app is not registered to a domain, then the content cannot be opened. I am unsure how specific content is linked, that could be something to do with the link and the app sharing the same api link or something.