Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

('tel: ', '_system') is not working on iOS after upgrading to v2.1 libraries

Hi,

I have an html element, where is has the following:
Image

The phone function used to work properly on both android and iOS previously. However, recently I had to upgrade libraries to v2.1 to support 64-bit on App Store. In the generated build, the function does not work anymore. No phone function is running. On the desktop browser console, we no errors show, it will open another tab. On android it is running perfectly. But on iOS it just stopped working.

Can I know what is the problem here? I checked the following threads
https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...

But none has helped!

Thanks,

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

('tel: ', '_system') is not working on iOS after upgrading to v2.1 libraries

Hello Hawk,

Please use separate JS for that (Javascript file or event handler)

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

('tel: ', '_system') is not working on iOS after upgrading to v2.1 libraries

Hi Sergiy,

But I'm using it within html in order to style it. As it's shown below, it phone number that works as hyperlink is part from styled text.

Image

How can I use separate JS for that?

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

('tel: ', '_system') is not working on iOS after upgrading to v2.1 libraries

Hello,

Any update on this?

Thanks,

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

('tel: ', '_system') is not working on iOS after upgrading to v2.1 libraries

Hello Hawk,

We will post an update as soon as have news here.
This will take time.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

('tel: ', '_system') is not working on iOS after upgrading to v2.1 libraries

I've tested your HTML code inside the app installed on iPhone (iOS 7.1.2) using Libraries version 2.2. -- and everything works as expected. By tapping on the phone link the call dialing initializes.

Return to “Issues”