Search Type: Posts; User: WallTearer
Search: Search took 0.01 seconds.
-
3 Sep 2012 8:14 AM
Jump to post Thread: SASS Errors in Version 1.1 by WallTearer
- Replies
- 10
- Views
- 7,618
Thanks for your responses.
I was installing all these different versions of chunky_png, and compass.
In the end, I ended up launching compass compile with
/var/lib/gems/1.9.1/bin/compass compile... -
6 Mar 2012 6:53 AM
- Replies
- 29
- Views
- 13,424
Try to open Kitchen Sink demo page on your device and look how the textarea will work there. If textarea will produce the same bug on this official sencha demo, then you're probably in trouble :( If...
-
5 Mar 2012 2:07 AM
- Replies
- 29
- Views
- 13,424
patilsagar, take a look in this thread, maybe you will find solution there. I've posted the way how I fixed this issue in that thread.
-
14 Feb 2012 7:19 AM
- Replies
- 14
- Views
- 8,382
After hours of pulling the hair of the head, I have found the source of my problem.
So, yes, I had applied fieldset to the form and have commented out that 3d translations and... -
13 Feb 2012 3:10 AM
- Replies
- 14
- Views
- 8,382
This thread is almost a year-long, and still no answer from Sencha Developers.
Here is an applause from struggling sencha users:
31649
I'm also having this bug.
I can see this behavior of... -
10 Feb 2012 9:21 AM
- Replies
- 29
- Views
- 13,424
Thanks, paul4468, I've tried your solution with adding form fields into the fieldset.
The textarea and input fields aren't getting cloned anymore, but they're still jumping on my screen.
At least,... -
10 Feb 2012 6:40 AM
- Replies
- 29
- Views
- 13,424
Hello.
Did anybody find new fixes?
My problem is not only jumping textarea and input field when user is typing, but also that when you're accessing textarea or input field, it gets cloned on the... -
10 Feb 2012 2:09 AM
- Replies
- 4
- Views
- 815
Hey, eryx, thanks for reply.
I applied fix that I've found in some other discussions, it's similar to your's.
if (Ext.is.Android)
{
window.scrollTo(0,1);
function preventBehavior(e)
{ -
9 Feb 2012 6:38 AM
- Replies
- 64
- Views
- 16,952
I'm using sencha touch v.1.1.1 and also having problems with scrolling on Android devices.
Is there any reason to mark bug as fixed under "Sencha Touch 1.x: Bugs" section if it's still not fixed? -
9 Feb 2012 5:39 AM
- Replies
- 4
- Views
- 815
I was able to prevent Android browser from scrolling by running this code after page loads:
if (Ext.is.Android)
{
window.scrollTo(0,1); // this removes address bar after page... -
9 Feb 2012 2:30 AM
- Replies
- 4
- Views
- 815
I have an issue that happens on Android devices.
So there is a page with form input fields and their labels.
When I'm sliding screen down (moving finger from upper part of the screen to the bottom)... -
8 Feb 2012 8:54 AM
- Replies
- 2
- Views
- 2,655
Hey. Did you fix this?
I'm having problem with the address bar that slides down periodically on HTC Explorer and Samsung Galaxy Gio. This works as it should on iPhone. -
20 Jan 2012 4:31 AM
- Replies
- 20
- Views
- 7,931
Jacky Nguyen, are you sure that this is a correct solution?
I've pasted your code right after including the sencha lib, and it not only doesn't make the focus() functionality working, it also breaks... -
19 Jan 2012 10:48 AM
Jump to post Thread: How to set focus for textfield by WallTearer
- Replies
- 15
- Views
- 5,731
Do you guys have any luck of making this work on the iPhone?
I've tried to create textfields in different ways as you were showing here, but still focus() is working only when I test in Chrome.
The... -
19 Jan 2012 4:53 AM
- Replies
- 4
- Views
- 1,478
Sorry for possible duplicate, but I think this might help the topicstarter. I've posted the same reply in the similar topic.
Here's the fix that worked in my case, that I've posted on stackoverflow -
19 Jan 2012 4:50 AM
- Replies
- 5
- Views
- 1,594
I've posted the fix that worked in my case on stackoverflow
-
18 Jan 2012 4:53 AM
- Replies
- 5
- Views
- 1,594
Is there a fix for this bug? I have this on iPhone:
30794
The code for viewport is (it's a bit different in my app, I'm pasting the meaningful part regarding the issue):
... -
17 Jan 2012 9:47 AM
- Replies
- 2
- Views
- 531
Thanks for the quick response.
Tbh, I'm afraid I didn't really understand your approach. I can't see how it might help me here, if the code that performs App.views.viewport.add() is executed before... -
17 Jan 2012 8:46 AM
- Replies
- 2
- Views
- 531
Hello.
I'm creating a Sencha Touch application and trying to add items (to the panel of application) from external function.
The app is defined in one file, here is it's basic initialization:
...
Results 1 to 19 of 19
