-
10 Feb 2012 6:40 AM #21
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 page (in the random place on the screen). And that cloned version of the field is moving in a strange way on the screen when you're scrolling. Also, if you're typing in the field, you can see that both fields (original and cloned) are updated with the text.
I commented out in sencha-touch.css file all rows that have 3d transition and -webkit-backface-visibility - but still having this problem.
Device is HTC Explorer.You're a true obsessive programmer, if your answers to the questions are totally correct and totally useless at the same time.
-
10 Feb 2012 8:12 AM #22
I've have been having the same exact issue as described by WallTearer for a long time on HTC EVO. I posted this a while back http://www.sencha.com/forum/showthre...droid-HTC-EVO&. There is a workaround in there but I wish they would fix this.
-
10 Feb 2012 9:21 AM #23
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, they are not cloned
You're a true obsessive programmer, if your answers to the questions are totally correct and totally useless at the same time.
-
29 Feb 2012 8:16 AM #24
z-index guys!
z-index guys!
I had the same problem in a complete different context and actually I found out that this was because of the z-index of a fixed positioned div in my page. Actually, a fixed positioned div has to have the highest z-index on the page on an android wrapper. Try to set 99999 to it (or any higher than any z-index of any other absolute div) and that should do the trick. I wrote about this if you ever want to read it... http://java-cerise.blogspot.com/2012...-and-down.html
-
4 Mar 2012 11:42 PM #25
text box is jumping up and down when tapped on it in HTC mobile ONLY
text box is jumping up and down when tapped on it in HTC mobile ONLY
i am facing the same problem. when i tap on the text box to enter text. I get 2 text box. one at the place where it is and another on top of the screen jumping up and down. this problem occurs only in HTC phone. Is there any problem with the HTC phone or is there any problem with my HTMP 5 CSS code
-
5 Mar 2012 2:07 AM #26
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.
You're a true obsessive programmer, if your answers to the questions are totally correct and totally useless at the same time.
-
6 Mar 2012 6:42 AM #27
@WallTearer. I tried it but still i am facing the same problem. Is this the problem of HTC device. because this problem occurs only in this device where as it works smoothly in other android devices.
-
6 Mar 2012 6:53 AM #28
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 it will render textarea properly, try to figure out the differences between your code and Kitchen Sink code.You're a true obsessive programmer, if your answers to the questions are totally correct and totally useless at the same time.
-
3 May 2012 8:06 PM #29
I've solved the form jumping issue in Android by replacing translate3d by translate into the all of sencha-touch.js. (there're 3 lines that containing translate3d in ver 1.1.1)
-
14 Jun 2012 11:42 PM #30
It is HTC'S problem,there are 3 core functions based on CSS3 that are not supported on HTCs,animation,transform and transaction.In your code,there must be some rows that is related to CSS3.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-710] Android 2.2: Address bar Wont Hide. Pushes Application Off Screen
By SpNg in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 8 Feb 2012, 8:54 AM -
[OPEN-703] In Android dragging fields moves the screen instead of the panel
By Salva in forum Sencha Touch 1.x: BugsReplies: 1Last Post: 5 Jan 2011, 5:59 PM -
[OPEN] [DUPE-562] 1.0 Screen does not reposition on Android when a field is selected
By gcallaghan in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 8 Dec 2010, 2:28 PM -
Android 2.2 - Jumping Forms Issue
By meQ in forum Sencha Touch 1.x: DiscussionReplies: 4Last Post: 6 Oct 2010, 1:56 AM -
jumping to another tab
By mraptor in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 2 Feb 2008, 12:18 AM


Reply With Quote