Hi,
is there some easy way to load external websites like google.com into a tabpanel?
thx
Printable View
Hi,
is there some easy way to load external websites like google.com into a tabpanel?
thx
Using iframes is not recommended. Interactions like scrolling will not work within an iframe.
is there any other option?
Wait for the Next beta of Touch 2.1.
Beta 2 includes an option for native opening of a URL (in a new browser)
However, the native packager does not support it yet. The bug-report about it not working confirms that it will be working in the next beta.
From 2.1B3 you should be able to use Ext.device.Device.openURL()
http://www.sencha.com/forum/showthread.php?236532
use phonegap api.
any news ?
On Android I have a blank page, on iOS, I cant go back to my app
Should I use this ? http://docs.sencha.com/touch/2-1/#!/...method-openURL
but how in this ?
Code:items: [
{
docked: 'top',
xtype: 'titlebar',
title: 'mail me'
},
{
docked:'top',
xtype: 'container',
html: ['<div id="texte"><h2>- Mail me',
'- <a href="mymail@gmail.com">mymail@gmail.com</a></h2></div>'].join("")
}
]
Please :( Is there any news on this ? On do I manage url in a packed application ?
Noone's answering, neither here : http://www.sencha.com/forum/showthre...app-etc./page2
In Native iOS it's already working when using Touch 2.1 and Cmd 3, however for Android/other the only solution is still PhoneGap
Thanks! :-)
May you have an example with open url in iOS?
Will my app be slow down with phone gap in Android ?
Can you please come up with a release date for when the Ext.device.Device.openUrl will work for android devices (using sencha cmd)? I have read all the posts on sencha forum/stack overflow and really none of them are working for android apk's...
Quite the job getting sencha.cmd working at all. Would be a waste throwing it all away if I have to migrate to phonegap.