Paul Obeda
15 May 2012, 10:47 AM
I'm using Sencha Touch 2, PhoneGap (Cordova) 1.7.0, Xcode 4.3.2.
If I include HTML for a link without incorporating a TabBar Panel in my app, the link behaviour works fine and allows me to launch webpages (etc).
But if I include the same HTML link in a container or panel which is rendered within a TabBar Panel (tabBarPosition: 'bottom'), the link doesn't launch.
I've tried tel: urls as well as http:, with no differences noted in behaviour. I.e. when using a TabBar Panel I can't even get my iPhone to initiate a phone call programatically, let alone launch an external webpage! (lol).
If the html is, say, on a Button, I can get the handler to fire, but I still haven't found any way to launch browser actions.
Any thoughts?
If I include HTML for a link without incorporating a TabBar Panel in my app, the link behaviour works fine and allows me to launch webpages (etc).
But if I include the same HTML link in a container or panel which is rendered within a TabBar Panel (tabBarPosition: 'bottom'), the link doesn't launch.
I've tried tel: urls as well as http:, with no differences noted in behaviour. I.e. when using a TabBar Panel I can't even get my iPhone to initiate a phone call programatically, let alone launch an external webpage! (lol).
If the html is, say, on a Button, I can get the handler to fire, but I still haven't found any way to launch browser actions.
Any thoughts?