-
16 Aug 2012 5:40 AM #1
Unanswered: Sencha Touch 2 + External URL
Unanswered: Sencha Touch 2 + External URL
Hi,
is there some easy way to load external websites like google.com into a tabpanel?
thx
-
18 Aug 2012 8:55 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,119
- Vote Rating
- 453
- Answers
- 3160
Using iframes is not recommended. Interactions like scrolling will not work within an iframe.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
19 Aug 2012 10:30 PM #3
-
20 Aug 2012 10:31 PM #4
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?236532Sven Tore Iversen
-
21 Aug 2012 3:52 AM #5
-
9 Nov 2012 8:02 PM #6
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("") } ]
-
30 Nov 2012 9:25 AM #7
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
-
1 Dec 2012 12:14 AM #8
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
Sven Tore Iversen
-
1 Dec 2012 3:56 AM #9
Thanks! :-)
May you have an example with open url in iOS?
Will my app be slow down with phone gap in Android ?
-
4 Feb 2013 11:36 PM #10
release date for android version of Ext.device.Device.openUrl using sencha cmd
release date for android version of Ext.device.Device.openUrl using sencha cmd
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.inge johnsen


Reply With Quote