Hi,
I am new to Appery.io I want to create an application to check mobile balance for example to send *211# to gsm operator and get the balance.
Regards,
Haval
Hi,
I am new to Appery.io I want to create an application to check mobile balance for example to send *211# to gsm operator and get the balance.
Regards,
Haval
Hello -
Please check the following topic: https://getsatisfaction.com/apperyio/...
Hi,
I used below command
window.location.href='tel:*123%23';
the comand sends *123# to dial pad then you have to dial manualy, Is there any command can run USSD when click on button?
Regards,
Haval
You can create Navigate to link action on Click event and set address:codetel:*123%23/code
Hi,
Still the same sending command to dial pad.
Regards,
Haval
You want that link in the end made a call -- all in one action?
Hi,
What is in my idea as below.
Creating an input
creating a button
when I put 123 in input and click the button sending *123# to GSM provider and running USSD code.
Regards,
Haval
Hello!
By default dial pad is called and you have to click call button. If you want to do it automatically, you would need to search for PhoneGap plugin online.