Search Type: Posts; User: umbro77
Search: Search took 0.02 seconds.
-
16 Nov 2012 5:54 AM
- Replies
- 5
- Views
- 767
Case closed, it's my fault, I had a false value in build-impl.xml
-
15 Nov 2012 3:57 AM
- Replies
- 5
- Views
- 767
I'm using it with Sencha Touch 2.1
-
13 Nov 2012 2:58 PM
- Replies
- 5
- Views
- 767
There you go: http://docs.sencha.com/touch/2-1/#!/guide/command_app
-
12 Nov 2012 2:10 AM
- Replies
- 5
- Views
- 767
I'm using Sencha Cmd v3.0.0.250 on OS X.
When I run sencha app build testing the output says:
Processed local file app.js
Minified app.js
According to the docs, build testing should not... -
27 Sep 2012 12:30 AM
- Replies
- 3
- Views
- 2,030
Unfortunatelly it's an iOS-Bug. iOS 6 is caching the Ajax requests:
http://stackoverflow.com/questions/12506897/is-safari-on-ios-6-caching-ajax-results
You can fix it server-side by editing the... -
25 Sep 2012 8:19 AM
Jump to post Thread: Performance Issue under iOS 6? by umbro77
- Replies
- 1
- Views
- 581
My App was working fine with iOS 5.
Since I've upgraded my iPad 3 to iOS 6, my App crashes (memory warning in the log). Other users with iOS6 are also experiencing the same issue.
Is there a... -
23 May 2012 6:31 AM
- Replies
- 60
- Views
- 17,673
I've disabled the carousel switch while the image is zoomed because the previous code doesn't work as expected.
My solution:
onDragStart: function (e) {
... -
23 May 2012 5:05 AM
- Replies
- 60
- Views
- 17,673
You have to add the following code to your Carousel component:
onDragStart: function (e) {
var scroller = this.getActiveItem().getScrollable().getScroller();
...
Results 1 to 8 of 8
