Search Type: Posts; User: dtnghia
Search: Search took 0.01 seconds.
-
24 Apr 2013 10:43 AM
- Replies
- 1
- Views
- 208
My application was working fine with ST 2.1.0 but after upgrading to ST 2.2.0, it's not working properly on iOS 4.3.3.
After loading and rendering the UI, the app doesn't response to touch event.... -
30 Mar 2012 9:26 AM
- Replies
- 3
- Views
- 826
Root cause of this bug might be the animation effect on the back event.
I tested on the desktop and found the list view was applied style with "-webkit-transform".
I added "back" listener to the... -
28 Mar 2012 8:07 PM
- Replies
- 3
- Views
- 826
Kitchen Sink application crashed and shown a blank screen after couple times tap/double tap on the Back button
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2 GA
Browser... -
18 Mar 2012 10:19 PM
Jump to post Thread: alert box height problem by dtnghia
- Replies
- 3
- Views
- 994
I've just found the root cause of this bug.
I've put an extra <script> tag before the HTML5 <!DOCTYPE html> declaration.
I corrected it by put the HTML5 declaration <!DOCTYPE html> on the very... -
15 Mar 2012 3:10 PM
Jump to post Thread: alert box height problem by dtnghia
- Replies
- 3
- Views
- 994
I got the same issue here with v2.0.0
-
21 Oct 2011 4:14 PM
- Replies
- 2
- Views
- 953
I got the same problem and found a way to fix it...Not sure this is a correct fix or not..but it works for me.
Ext.override(Ext.tip.ToolTip, {
onDocMouseDown: function(e) {
var me =... -
15 Jul 2011 2:07 PM
- Replies
- 1
- Views
- 924
Add this property to your checkbox items
isFieldLabelable: false
It will help to fix that problem
Nghia Do
Results 1 to 7 of 7
