Search Type: Posts; User: Null
Search: Search took 0.02 seconds.
-
12 Aug 2012 12:13 PM
Jump to post Thread: Chrome in iOS (autoMaximize) by Null
- Replies
- 9
- Views
- 1,992
Anyone?
-
2 Aug 2012 11:37 PM
Jump to post Thread: Chrome in iOS (autoMaximize) by Null
- Replies
- 9
- Views
- 1,992
I notice as well, if I put automaximize to true the app will load in iOS safari by just going straight to url. HOWEVER, if I search google for my site, and click the link from there it looks like its...
-
31 Jul 2012 2:56 PM
Jump to post Thread: Chrome in iOS (autoMaximize) by Null
- Replies
- 9
- Views
- 1,992
ANyone else experience this?
-
26 Jul 2012 11:03 PM
Jump to post Thread: Chrome in iOS (autoMaximize) by Null
- Replies
- 9
- Views
- 1,992
I notice this doesnt work either:
http://www.sencha.com/forum/showthread.php?207870-Way-to-hide-URL-bar-with-autoMaximize-false&p=861977 -
26 Jul 2012 11:02 PM
- Replies
- 9
- Views
- 4,081
this doesnt work for Chrome iOS on iphone, app never loads :((
-
26 Jul 2012 10:24 PM
Jump to post Thread: Chrome in iOS (autoMaximize) by Null
- Replies
- 9
- Views
- 1,992
Hi
I can confirm the code above DOESNT work on Iphone 3gs (fw 5.0.1) with the Chrome iOS browser.
A clean app, copy and pasted from above, if I set:
viewport : {
autoMaximize : false... -
8 Jul 2012 10:50 PM
- Replies
- 10
- Views
- 1,790
anyone else able to shed any light on this?
-
3 Jul 2012 1:58 PM
- Replies
- 9
- Views
- 1,303
Is there a workaround / fix for now? I too have just unfortunately hit this wall :(
-
29 Jun 2012 11:19 PM
- Replies
- 10
- Views
- 1,790
I'd be very interested to hear where you end up with this, I'm currently contemplating writing my own textbox/selectbox that places requests manually on keyup (basically re-inventing the wheel) which...
-
29 Jun 2012 11:16 PM
- Replies
- 3
- Views
- 751
Anyone? Has no one played with google places auto complete on sencha?
-
29 Jun 2012 11:14 PM
Jump to post Thread: Correct Layout advice please by Null
- Replies
- 2
- Views
- 295
Flex of 1 for both makes them take half screen each, which means you only see the top 3 of the list and you have to scroll for the rest (all the time the map doesn't move)
What I'd like is a full... -
27 Jun 2012 2:18 PM
Jump to post Thread: Correct Layout advice please by Null
- Replies
- 2
- Views
- 295
Hi
Goal: achieve a fully displayed dataview.list followed by a google map underneath
What's the best layout for this? I'm learning sencha 2 from the great "notes tutorial" on miamicoder + sencha... -
27 Jun 2012 6:14 AM
- Replies
- 3
- Views
- 751
Hi
Whilst I appreciate this isn't a strict EXT/Sencha bug, its true that this behaviour only happens when trying to use the feature from a Sencha based app on iOS (I dont have android to test from).... -
27 Jun 2012 5:09 AM
- Replies
- 10
- Views
- 1,790
How are you currently working around it? Or are you not and you're just not allowing the auto address validate?
-
27 Jun 2012 12:30 AM
- Replies
- 10
- Views
- 1,790
Has anyone else experienced this?
-
26 Jun 2012 10:07 AM
- Replies
- 10
- Views
- 1,790
I'm banging my head against the wall with this one as well, have you managed to get anywhere? :-?
-
30 Jun 2011 4:47 AM
- Replies
- 4
- Views
- 1,856
Nailed it!
Using fiddler it shows the webservice is wrapping the json string in double quotes. My webservice is vb.net wcf function that returns a string, the way I got round this is by doing... -
28 Jun 2011 5:40 AM
- Replies
- 4
- Views
- 1,856
*Face-Palm!*
hmm... ok, that was a bad copy paste I think - json shown in jsonview firefox plugin doesnt include the escapre chars, where as it does in IE's download file.
In the mean time,... -
27 Jun 2011 6:07 AM
- Replies
- 4
- Views
- 1,856
Argh! I'm tearing my hair out with this
I've dabbled with jquery and ExtJS in the past, so I thought I'd give the EXT Designer a whirl.
I've got a webservice that returns json as below... -
17 Jan 2011 11:16 PM
- Replies
- 9
- Views
- 2,174
Final question, how do I react different according to whats returned?
What I'm trying to handle is that in the event that a user isnt authenticated, I dont want to return any results and I want to... -
17 Jan 2011 9:22 AM
- Replies
- 9
- Views
- 2,174
And mapping is sorted, turns out its case sensitive!
Here's my final code in case it helps a newbie (or me later when I break it again):
Dev.js
/// <reference... -
17 Jan 2011 9:14 AM
- Replies
- 9
- Views
- 2,174
OK! getting somewhere, it was my "root: 'documentelement' " that was screwing it up, removing that renders an item per XML entry. The data's not in it, but I'm sure thats just a mapping exercise I'm...
-
17 Jan 2011 8:57 AM
- Replies
- 9
- Views
- 2,174
Ok tracking this through, I can see that the xml document is returned, so the load is definately firing, the response header reads
Response Headers
Cache-Control:private, max-age=0... -
17 Jan 2011 8:42 AM
- Replies
- 9
- Views
- 2,174
Yeah so explicitely telling the request to be GET or POST didnt help, webservice accepts either anyway. This is really odd, its almost as if the xmlstore.load() method never fires!?
If I do a... -
17 Jan 2011 3:55 AM
- Replies
- 9
- Views
- 2,174
Hmm... I wonder whether maybe my webservice is being called with a GET rather than a POST, that could see a fail. I'll try changing this when I get home (at work now)
From the Class...
Results 1 to 25 of 28
