fustesj99 Posted April 19, 2023 Posted April 19, 2023 Hello, I'm creating an android chrome page and will like to add a link in which I can call UD Mobile from the hyperlink on the webpage. I found the android url for the old UDI app but haven't found the one in use for UD Mobile, any idea? Does the internal link call a mobile webpage? Thanks in advance... José
Javi Posted April 19, 2023 Posted April 19, 2023 Hi @fustesj99, While the app does have custom scheme urls most of them will not work with chrome, see link below, although I believe could use the intent anchors listed on the same page. https://developer.chrome.com/docs/multidevice/android/intents/ https://developer.chrome.com/docs/multidevice/android/intents/#syntax https://developer.chrome.com/docs/multidevice/android/intents/#examples See the following post for intent to launch UD Mobile from tasker for the parameters. https://forum.universal-devices.com/topic/32544-favorites-set-as-default-first-screen/?do=findComment&comment=312306
fustesj99 Posted April 19, 2023 Author Posted April 19, 2023 Thanks as always for the quick reply. Now, I was also trying to call the UD Mobile app from Home Assistant. What I just need is to call the app as if we do it directly from android, something like; app://com.oneclicktocontrol.udi Just to bring the app up and continue using it as normal.
fustesj99 Posted April 19, 2023 Author Posted April 19, 2023 @Javi, I got it to work from HA, I used the following as you provided; com.universaldevices.udmobile thanks again for the help... 1
Recommended Posts