View previous topic :: View next topic |
Author |
Message |
Tim
Joined: 30 Sep 2011 Posts: 12
|
Posted: Tue Oct 11, 2011 7:50 pm Post subject: User Confirmation in Launch Browser |
|
|
I think I know the answer to this, but I'll ask anyway...
The Launch Browser command, like some others (e.g. Setup Call), has the option to add a User Confirmation text. The idea is that the user is presented with the option to allow or cancel the browser launch. This doesn't seem to be supported by the standard library function launch_browser().
Am I missing something, or is my only option to use stk_cmd() and construct the command 'by hand'? |
|
Back to top |
|
|
pz
Joined: 12 Mar 2004 Posts: 1161
|
Posted: Thu Oct 13, 2011 7:19 am Post subject: |
|
|
Yes, you are right, it's missing in launch_browser() and you need to reimplement it with stk_cmd(). Usually the phones ask anyway. |
|
Back to top |
|
|
|