Search Type: Posts; User: fsuarez
Search: Search took 0.03 seconds.
-
21 Apr 2013 9:31 PM
- Replies
- 3
- Views
- 293
Because I create all the views when I navigate to them and destroy them when I'm done, this works great for me and I don't have to worry anymore at all:
Ext.define('hos.component.Text', {
... -
16 Apr 2013 12:38 PM
- Replies
- 3
- Views
- 293
Is there a known workaround?
-
15 Apr 2013 6:20 PM
- Replies
- 3
- Views
- 293
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.2
Sencha Touch 2.1
Browser versions tested against:
Android 2.3.4 Browser -
7 Apr 2013 9:34 PM
- Replies
- 1
- Views
- 186
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.2RC
Browser versions tested against:
Android 4.0.3 Browser - Issue exist
Android 4.0.4 Browser - Issue exist -
27 Mar 2013 2:14 PM
- Replies
- 10
- Views
- 974
I realize this was happening to me because I'm resizing the viewport. On one of my controllers init method...
if (Ext.os.is.Android) {
window.addEventListener('resize', function ()... -
7 Mar 2013 2:53 PM
- Replies
- 2
- Views
- 162
You are also no deleting old unused files from the local storage, which at some point will end up exceeding the local storage maximum size, which might result on new files not having place to be...
-
7 Mar 2013 2:40 PM
- Replies
- 2
- Views
- 162
I have just realized I can reproduce all this problems even on the desktop browser by just clicking no when I received the update message. But it gets fixed the next time I run it.
-
7 Mar 2013 1:58 PM
- Replies
- 2
- Views
- 162
Hi,
I have an application that was originally developed with sencha 2.0.1 and it runs inside a webview on Android. After updating to 2.1 sdk I didnt get the update message anymore because of the... -
21 Feb 2013 3:22 PM
- Replies
- 10
- Views
- 974
This is happening to me too. Im using 2.1.0 sdk, the latest one. This happens on a samsung galaxy 7.1 tablet running Android 3.2.
And my view is this:
Ext.define('hos.view.AddNote', {
... -
9 Dec 2012 2:56 PM
- Replies
- 2
- Views
- 272
So is there any known workaround to handle this problem?
-
6 Dec 2012 8:16 PM
- Replies
- 3
- Views
- 854
It was a CORS problem after all. To get my server supporting CORS Im using the following configuration:
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
<add... -
6 Dec 2012 5:35 PM
- Replies
- 2
- Views
- 272
Sometimes when changing the orientation of the device this values does not match and the screen gets shrinked, how can that happen? This issue is on android and happens on multiple devices from...
-
8 Aug 2012 1:25 PM
- Replies
- 3
- Views
- 854
I did but I got no response when doing the POST. As I dont have acces to the server I want to communicate with, I asked to check the server configuration and the header ACCES-CONTROL-ALLOW-METHOD is...
-
6 Aug 2012 12:28 AM
- Replies
- 3
- Views
- 854
Hi,
Im trying to use Ext.Ajax to post some data as JSON to a Rest API server. Its a cross domain request but the server uses CORS. Im able to do GET and retrieve JSON data with no problems but... -
19 Jul 2012 5:23 PM
- Replies
- 1
- Views
- 805
Hi!
Im bulding an offline web application on sencha touch 2. My problem is that Ajax proxy and xmlHttpRequest both fail with status 0 and empty response when doing a get to a Rest API. The...
Results 1 to 15 of 15
