Search Type: Posts; User: udesh

Search: Search took 0.01 seconds.

  1. You can use JsonP or Ajax with CORS support. JsonP can only do HTTP GET, whereas CORS can handle any HTTP method.

    - Eranga
  2. Replies
    15
    Views
    2,305
    I found the same problem in Android version 3.2, so I modified the os version checking as below to get the working.


    if(Ext.os.is('Android') && this.currentTouchesCount > 0){
  3. Replies
    15
    Views
    2,305
    I just inserted "eventPublishers" part within the Ext.application configuration and the rest of the 2 code block at the beginning of the app.js, before the Ext.application
    - Eranga
  4. Replies
    15
    Views
    2,305
    I too faced the same problem and Toels solution helped me to patch it.

    In my observation, the issues does not arise when the Page is loaded as a web page in the Phone Web Browser. It seems the Web...
  5. Replies
    3
    Views
    559
    Hi,

    I wonder if it's only me experiencing this issue?

    I tested the same App in some other phones. The issue is not coming in all the phones/webkit browsers.

    Also, I found when enable/disable...
  6. Replies
    3
    Views
    559
    What I'm using is ST 2.1 GPL. The Charts used is non-other-than what's bundled with 2.1.

    I could easily recreate the issue with below 2 Chart panels in an ST barebone app with a tabpanel.

    ...
  7. Replies
    3
    Views
    559
    Hi,

    I am playing around with Charts in Touch 2 in Android phones and observe that occasionally chart interactions make the application to freeze and the browser to crash after 30-60 seconds being...
Results 1 to 7 of 7