- This topic has 11 replies, 6 voices, and was last updated 13 years, 9 months ago by support-michael.
-
AuthorPosts
-
peacerMemberHi
I have a ask: I hope you can help me. Thank you very much for your help!!!!
When I do a Button and write in Link:
– http://www.genuitec.com then open the browser
– mailto:abc@hello.ch then open the Mail programmwhat i must make for a command for Call a phone number?
– callto:+49123456789 is not workthank you for your help!!!
sensarMemberIn theory
<a href='tel:1300222333'></a>
should work in iPhone. I could get this to work in a link but not button in mobione.
Albatros78ParticipantHello Peacer,
I created a list item with a name & Phone number.
When I run this on my iPhone and when I click on the number, automatically I receive a popup from my Iphone to ask me to contiue froc alling this number or cancelled it.
I don’t have coded anything
Hope this helps
peacerMemberHello thanks for the reply!
No, is not work 🙁
Albatros, can you make a Screeshot?
You take the “List item”, and then when you write the name and phone number?
in what format (or xxxxxxxx 49xxxxxx)?
res005ru@verizon.netMemberIs there some sample code for this? The template for a dialler is great for a starter,
I am assuming that js needs to take the number typed into the text field is put into
a variable and that variable is passed to the <href: xxxxxxxxx>. Is this href sent to
the IPhone internal dialling system?Rick Sivernell
Albatros78ParticipantOK I will post a screenshot as soon as possible.
Don’t hesitate to ping me if I forget it
tycrumMemberHello,
Has anyone gotten this to work. Evaluating software for work and need to be able to produce something functional other than screen design. Lack of documentation has me grasping for straws.Is it possible, and can you show how to assign a speed dial to a single button and have the iphone dial out. Any help appreciated.
Thanks
Using v 1.0.1
support-michaelKeymasterRevised Posting
See this How-To article for dialing and sending txt messages:
http://www.genuitec.com/support-mobione/viewtopic.php?f=14&t=1171
Albatros78ParticipantHello Guys,
As promised my example is there:
http://www.afsoftware.fr/mb1/web/test.html
Either with iPhone or Chrome browser.
Click on English on first page
Click on ‘Internal Phone List’
Click on green ‘Go’ buttton
Click on ‘Falck Axel’
Click on phone numberAnd on your PC, through Chrome when you click Skype will try to call the number.
And on your iPhone you will have a popup to ask you to continue or notHope this helps
support-michaelKeymastertel: URL support was fixed in MobiOne 1.1 release
Adding Fixed tag to thread title.Wayne
Genuitec Mobile Team
res005ru@verizon.netMemberWayne
on the text field that allows for telephone, I have a suggestion. Can there be a pattern added,
with a default of =”^{0-9}+[\-]+[0-9]+5″, if this is possible.Having a button, labled Call, that has a href=”tel:XXX XXX-XXXX” does work. However, this is not practical.
I have a jquery script that gets a number from a text field with type telephone. On the button, a
href=”tel: ” + javascript:GetPhoneNumber() . What I get is a new screen poped up telling me simulated phone connection:
+ javascript:GetPhoneNumber(). Ok, I assume that that is correct. When I export this in a full app and send to my IPhone
3g with OS version 4..2.1, the dialer page allows buttons to depress with no text in the text fld. I do get the the phone to throw up the Msgbox with a long ass number like (562) 68499494000453309888-444. Obvously this is not a phone number.This works as simulated in test center but not on the phone. after I sent the app to my phone, I checked both dialer html file and custom.js file for my functions
I can zip the project and send it to you, if that would help.
Rick
support-michaelKeymaster@rick
Yes please send me your design files and any customized code for inspection. Send to support at genuitec dot com with MobiOne and my name in the msg title.Wayne
Genuitec Mobile Team -
AuthorPosts