Page 1 of 1
While insert text to textarea,the page is flickering and jumping.
Posted: Thu Apr 17, 2014 8:36 am
by GodSpeed JP1
Hi,
While I insert something into textarea,the page is flickering and jumping for key presseed on keyboard.(specially press key at hight speed)
I can reproduce this on real device(iPhone 5s 7.0) and browser.
This just happen on textarea component, input component and other form items seems no problem.
How can I fix it?
While insert text to textarea,the page is flickering and jumping.
Posted: Thu Apr 17, 2014 9:32 am
by Kateryna Grynko
Hi,
How do you paste text in textarea? Do you use JS code or Appery Builder UI? It works for us. What browser do you use?
While insert text to textarea,the page is flickering and jumping.
Posted: Thu Apr 17, 2014 10:51 am
by GodSpeed JP1
Hi Katya,
Not paste, just input to textarea from keyboard.
It only can reproduce on real device and safari in mobile.
PC browser is no problem.
You can see the video below:
div class="video-container"iframe src="https://www.youtube.com/embed/oMIs1f-x8b0?rel=0"/iframe
While insert text to textarea,the page is flickering and jumping.
Posted: Thu Apr 17, 2014 12:48 pm
by Serhii Kulibaba
Hello,
We checked it on iOS 7.1 - everithing works fine. Did you add any event handler for textarea? What iOS version do you use?
While insert text to textarea,the page is flickering and jumping.
Posted: Thu Apr 17, 2014 1:51 pm
by GodSpeed JP1
Hello Kulibaba and Katya,
you find the problem.
I am using iscrollview to fix header and footer on this page.
iscrollview seems can not work with visual keyboard well.
It makes page jump.
I think I need to find a new way to fix the header and footer without iscroll.
While insert text to textarea,the page is flickering and jumping.
Posted: Thu Apr 17, 2014 3:39 pm
by Maryna Brodina
While insert text to textarea,the page is flickering and jumping.
Posted: Thu Apr 17, 2014 3:59 pm
by GodSpeed JP1
Hello Maryna,
Thank you for your solution.
I have tried your way before.
But if I drag up the page,the footer will go up with the content.
I need a real static footer at the bottom of page ,even I drag up or drag down,it could always be at the bottom,never move.
Thank you all the same.
While insert text to textarea,the page is flickering and jumping.
Posted: Thu Apr 17, 2014 5:35 pm
by GodSpeed JP1
Hello Maryna,
I test you solution on real device.
Different form browser,it works well on real device.
Thank you very much.