Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.
Alright thank you
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/
Alright thank you
Adam,
We are not able to reproduce, we cannot see difference either in browser or on device.
When you do the sign up process from the first page you can notice the zoom. You can really notice the zoom when you make it to the page where you have to enter the username. The page after is the worst, the upload profile and background photo page, I can only see maybe a quarter of the screen. Its noticeable on the browser as well as the apk. On the browser I can at-least zoom out, but on the apk its no hope. Can you guys please check again?
Maybe its just my device. It still doing it. When I click the input box on the last screen and then click off it the page displays its normal size. Since I know it woks correctly on you guys devices, it shouldn't be a big deal anymore.
Thank you for your help
I also had this problem on my android devices (HTC and Samsung Galaxy S2 and S3). Weird thing is this only happened after the builder upgrade.
I've fixed the problem by adding a line of code to my custom css:
code
input:focus { font-size: 16px!important}
/code
This works for all my android devices.
Cool. Thank you for update.