Page 1 of 1

Page flickrs

Posted: Fri Mar 21, 2014 6:36 am
by ishani modi

Hi,

I have used the textboxes as shown in image below, on input I have focused to next textbox. while focus to next textbox the page flickers in iOS but keyboard remains static.

how can I fix this ?

Thanks,
Ishani
Image


Page flickrs

Posted: Fri Mar 21, 2014 9:01 am
by Nikita

Hello Ishani,

How do you set focus on other textarea (programmatically or manually)?


Page flickrs

Posted: Fri Mar 21, 2014 10:39 am
by ishani modi

Hi,

Yea it is done programtically and this textboxes are in HTML component


Page flickrs

Posted: Fri Mar 21, 2014 11:06 am
by Nikita

Hi,

Please look at this link: https://getsatisfaction.com/apperyio/...
Also, as an alternative you can use a masked input:
http://digitalbush.com/projects/maske...


Page flickrs

Posted: Fri Mar 21, 2014 11:46 am
by ishani modi

Hi,
I dont have issue with the focus, but the problem takes place with page flickring up down on next focus, so I want to stop that flickr


Page flickrs

Posted: Fri Mar 21, 2014 12:33 pm
by Nikita

Hi,

What OS is on your device? Which version of the libraries do you use in your project? Could you share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and specify its name. Also, specify how we can reproduce this flickering.


Page flickrs

Posted: Fri Mar 21, 2014 12:50 pm
by ishani modi

I am using iOS 7.1 and library version is v 1.2, Project name Track Meeting.
Steps : open app in iOS device. Login page appear. Enter Pin in login page quickly. Page will flickr


Page flickrs

Posted: Fri Mar 21, 2014 2:33 pm
by Nikita

Hi Ishani,

You can prevent this flickering with a little trick. You can add on page invisible input field (0px height, for example), set focus to this field all the time and pass text from it to other fields.
It's just a hint. We won't write this code instead of you:
http://docs.appery.io/support-policy/...


Page flickrs

Posted: Mon Mar 24, 2014 12:36 pm
by ishani modi

Hi, Nikita thank you for your reply,
This is not the gud way m finding to do this. Please get me some other way to solve this problem


Page flickrs

Posted: Tue Mar 25, 2014 7:26 am
by Maryna Brodina

Hello!
Unfrtunately we haven't found another way.