Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I build an android app for mobile money operations ; one option is to dial up #150#
When i put it in the said window ( action click ) it gives me #150 instead.
How to put #150# in the dial up option ?
Thanks in advance for your support.
Biloa
Are you trying to dial the phone? I tested it in the simulator using the code below behind my button (I also tested just adding the number to the Dial Phone action of my button) and it seemed to work.
I have added the below code to the Run Javascript window :
phoneui.callPhone(“#150#”);
I dialed and got an empty window ; my testing phone is an android version 4.2
You put the code behind a button and it didn’t work? That is exactly what I did to test and it worked fine (in the simulator – see the attached file). Can you post an example .mobi file that shows the issue?
I have downloaded your attached call.mobi file and installed it – after building ) in my android phone ; it gives me the dial up window but not the #150#.It’s what I get ; my need was to get #150# displayed and ready flor call.
Thanks
Bidjanga
I looked into this. MobiOne delegates to android to handle the phone number format. The android phone number parser appears to fail on the structure of your number. I tested on iOS and got very similar failure situation.