Solved

Messenger Hyperlinks in Universal GUI

  • 12 May 2023
  • 4 replies
  • 96 views

Badge +3

Hi I'm working on adding the hyperlinks for WhatsApp and Viber to an html field in a page in Universal GUI. The links for both messenger apps open installed application in the computer.

but I'm not so successful with Viber. for some reason universal GUI removes the href property of the html <a> element

probably because it doesnt start with https heres a sample. 

WhatsApp (Works)

  • Link: <a href="https://api.whatsapp.com/send?phone=0900000000">WhatsApp</a>

Viber (Dont Work)

  • Link: <a href="viber://chat?number=0900000000" target="_blank" rel="noopener noreferrer">Viber</a>
  • Note1: the viber link works if you search for the link viber://chat?number=0900000000
  • Note2: when I inspected the element in developer mode in the browser it seems it is removing the href property of the <a> tag in html of universal page.
  • I used an HTML(property) domain to render the html link tag

 

Is there are rule on how hyperlinks are displayed in Universal? Is there a way to make this work?

icon

Best answer by Erwin Ekkel 24 May 2023, 09:41

View original

This topic has been closed for comments

4 replies

Userlevel 6
Badge +16

We need to look at this situation if it needs to be added to the whitelist. Can you please report this as a ticket in TCP for our development team to investigate?

Badge +3

Hi Erwin,

I already created this ticket (6764S) on TCP but its cancelled and they asked me to open a community ticket here.

 

Userlevel 6
Badge +16

Sorry for the inconvenience, I'll reopen the ticket and forward this to our development team instead. 

Badge +3

Sorry for the inconvenience, I'll reopen the ticket and forward this to our development team instead. 

Thanks