Hyperlink
-
Burak
6 years ago #12187Hello guys,
In some use cases, I have to give hyperlinks to an external website. I tried it in my freemium account.
It worked as expected at my computer, it opened a new window but it did not work in the phone.
I have Simplifier app installed at my iPhone, I see the link but nothing happens when I click it.By the way my aim is to open the page with our company browser. It has a protocol like name beginning with isag.
Is there any possibility to do this ?http://www.siemens.com -> isag://www.siemens.com
Paul
6 years ago #12976::Hello Burak,
custom uri schemes are not allowed within the app. Allowed schemes are:
https://*/*
http://*/*
tel:*
sms:*
mailto:*
geo:*Chris Bouveret
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (320)
Has successfully completed the Intermediate Certification
Has successfully completed the Advanced Certification
6 years ago #12322::Hi there,
i tested it with a Link target like “https://…..” and it works fine also on mobile. Seems that the isag:// is not interpreted by the mobile browser webview.
A workaround would be to call the link via javascript within the press event of a button or the link control.Hope that helps
You must be logged in to reply to this topic.