Search Type: Posts; User: udesh
Search: Search took 0.01 seconds.
-
19 Feb 2013 5:06 AM
- Replies
- 6
- Views
- 566
You can use JsonP or Ajax with CORS support. JsonP can only do HTTP GET, whereas CORS can handle any HTTP method.
- Eranga -
19 Feb 2013 5:02 AM
Jump to post Thread: Multi touch and phonegap by udesh
- 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){ -
19 Feb 2013 4:57 AM
Jump to post Thread: Multi touch and phonegap by udesh
- 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 -
16 Feb 2013 9:08 PM
Jump to post Thread: Multi touch and phonegap by udesh
- 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... -
6 Feb 2013 6:50 PM
Jump to post Thread: Touch Chart 2 Freeze the App by udesh
- 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... -
28 Jan 2013 10:10 AM
Jump to post Thread: Touch Chart 2 Freeze the App by udesh
- 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.
... -
25 Jan 2013 8:12 PM
Jump to post Thread: Touch Chart 2 Freeze the App by udesh
- 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
