Page 2 of 2

Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Sun Jul 20, 2014 2:44 pm
by adam griffin

Alright thank you


Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Mon Jul 21, 2014 12:32 am
by Alena Prykhodko

Adam,

We are not able to reproduce, we cannot see difference either in browser or on device.


Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Mon Jul 21, 2014 4:05 am
by adam griffin

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?


Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Mon Jul 21, 2014 4:13 am
by adam griffin

This is the screenshots of the differences.First is the screenshot from the phone, second is from the browser how the page suppose to look Image Image


Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Wed Jul 23, 2014 9:53 pm
by Alena Prykhodko

Dear Adam,

Please find below screen shots of that what I see when run your app as native.

Image Image Image Image Image

The same is in browser.


Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Thu Jul 24, 2014 3:35 pm
by adam griffin

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.


Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Thu Jul 24, 2014 3:35 pm
by adam griffin

Thank you for your help


Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Tue Dec 16, 2014 2:37 pm
by Hnto7127371

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.


Page zooms in when I click the input, but after I exist the input the screen remains zoomed in and will not re-size.

Posted: Tue Dec 16, 2014 2:44 pm
by Alena Prykhodko

Cool. Thank you for update.