-
22 Feb 2012 12:35 PM #11
Unfortunate, but luckily I already got my workaround stabilized pretty well in my use case. Most importantly you guys are communicating and telling us what's going on behing the scenes, and not just silently dropping features from the release. Thank you for doing that!
-
4 Apr 2012 7:07 AM #12
Example please
Example please
Does anyone have a good example of a workaround for this?
-
6 Apr 2012 5:21 PM #13
-
18 Apr 2012 3:46 AM #14
-
30 Apr 2012 6:33 AM #15
Creating beautiful views and components is so easy with Sencha Touch. I also love the idea of web pages that behave like apps and include offline functionality. The documentation suggests that I can specify a store (with a localstorage proxy and autoLoad:true, autoSync:true) for an associated model, but it does not work as expected.
I've had a hard time hacking together a fix (for over a month now), and it doesn't seem to be a top priority for the Sencha Touch team (see TommyMaintz's comment from Feb 22). So, my question is: what is the recommended approach for storing associated models locally using ST2?
-
1 May 2012 8:29 AM #16Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
-
1 May 2012 11:57 AM #17
@Jamie, thanks for your response. I am super excited to hear about the new support in Sencha Touch 2.1.0. Now I just have to find what the upper size limit is for storing data in WebSQL (hopefully more than the 2.5mb that localStorage offers).
-
2 May 2012 12:11 AM #18
The localstorage WebSQL on iOS/Webkit has a 50 MB limitation but needs a request to upsize vom 5 MB zo 50 MB:
http://cantina.co/2010/10/08/web-sql-database-gotchas/
http://stackoverflow.com/questions/6...278016#6278016
If you connect to a SQLite database without WebSQL (for example via Phonegap) there is no limitation:
http://blog.mattray.info/2011/08/int...e-ios-and.html
-
30 May 2012 5:03 AM #19
I had high hopes that we'd see ST 2.1 in May, but that seems less and less likely every day. Is the Sencha team prepared to share a release date for the initial PR? 2nd quarter? 3rd quarter?
Sencha Touch is outstanding already, so I certainly don't mean to complain. I only ask because storing and retrieving associated model data is a dependency for much of my app's functionality. If there a patch I can apply now, it would be much appreciated.
-
14 Jun 2012 6:21 AM #20
We wasted a lot of time due to this bug. Please can someone add this bug to the documentation for 2.0X
Last edited by badsyntax; 14 Jun 2012 at 6:22 AM. Reason: bad grammar
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-1370
in
2.1.


Reply With Quote