Search Type: Posts; User: Uptaker
Search: Search took 0.03 seconds.
-
16 Aug 2012 2:16 PM
- Replies
- 3
- Views
- 793
Hi.
After following the tips from http://www.wardnus.com/2012/02/sencha-touch-2-phonegap-blank-web.html and taking a look at the PhoneGap source code, I was able to fix it without modifying the... -
27 May 2012 3:35 PM
Jump to post Thread: Open Link in Phone's Browser by Uptaker
- Replies
- 2
- Views
- 569
I just saw this thread: http://www.sencha.com/forum/showthread.php?130358-window.open()-from-toolbar-button-opens-window-from-list-item-a-new-tab&
Sorry if it's too late for the answer :) -
27 May 2012 3:34 PM
- Replies
- 8
- Views
- 7,681
[QUOTE=epiphanydigital;776479]
Ext.util.openLink = function(href) {
var link = document.createElement('a');
link.setAttribute('href', href);
link.setAttribute('target','_blank');
var...
Results 1 to 3 of 3
