Want to be able to link a button to click to call a phone number. Have tried a rel="nofollow"Call (555)123-4567/a but haven't gotten it to work.
Any ideas?
Want to be able to link a button to click to call a phone number. Have tried a rel="nofollow"Call (555)123-4567/a but haven't gotten it to work.
Any ideas?
Max,
Your example shows 10x "9's" That frustrates me. Does it include an international dialling code or not? I've tried all combinations, but no luck.
Am I just stupid or what?
HarryJ
Hello Harry,
This is standard launching the native dialer method, you just need to use correct international dialing code http://devcenter.appery.io/documentat...
I can't get it right
It only shows the first two digits of the number
Harry,
Please post the code that you use.
The phone number is 0733117358 and it's in South Africa, so the international code is +27
As you can see from screenshot http://prntscr.com/4fioyu/direct it works.
Please run this code for Android:
prewindow.location.href = "tel:+270733117358";/pre
or iOS
prewindow.open('tel:+270733117358', '_system');/pre
Thank you Alena, but you're dealing with a dummy here.
Exactly where do I paste this code in? Is it EVENTS, then SELECT ACTION. If so, what do I then click in the dropbox?