Search Type: Posts; User: dtnghia

Search: Search took 0.01 seconds.

  1. 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....
  2. 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...
  3. 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...
  4. 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...
  5. Replies
    3
    Views
    994
    I got the same issue here with v2.0.0
  6. 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 =...
  7. Add this property to your checkbox items

    isFieldLabelable: false

    It will help to fix that problem

    Nghia Do
Results 1 to 7 of 7