Hello Ishani,
How do you set focus on other textarea (programmatically or manually)?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello Ishani,
How do you set focus on other textarea (programmatically or manually)?
Hi,
Yea it is done programtically and this textboxes are in HTML component
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...
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
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.
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
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/...
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
Hello!
Unfrtunately we haven't found another way.