Page 1 of 1
Android equivalent of auto fit, Page scaling mobile browser
Posted: Thu Nov 28, 2013 1:04 pm
by kungfudave
Hi,
Is there and android alternative to stop page scaling in android? My app using iphone controls works perfectly using autofit.
My Android apps show only half they page they need to. Been searching for about a week to try and solve this to no avail.
Any help please?
Re: Android equivalent of auto fit, Page scaling mobile brow
Posted: Fri Nov 29, 2013 8:29 am
by bangkok
Are talking about the new version 6.5 and the
Code: Select all
set the fullscreenmode of me to "exactFit"
new feature ?
Re: Android equivalent of auto fit, Page scaling mobile brow
Posted: Fri Nov 29, 2013 4:01 pm
by kungfudave
No i can resize the browser window as i see fit, however it will only display a protion of the webpage im trying to display. What i want it to do is scal the web page down to fit the browser window.
Autofit works nicley on IOS but there isnt a suitable control for android.
Any help is much appreciated
Re: Android equivalent of auto fit, Page scaling mobile brow
Posted: Sat Nov 30, 2013 6:43 pm
by Traxgeek
Hi'ya, if it helps I have a script to resize my controls to suit stack size changes / any screen size. This rescales all controls (and their text) - except DataGrids - which need to be handled within each DG itself. If it would be any good to you... might be rubbish for you use thou...
Re: Android equivalent of auto fit, Page scaling mobile brow
Posted: Tue Dec 03, 2013 3:44 pm
by kungfudave
Hi,
Im not having an issue with stack resizing. Its more to to with the actual contents of the browser window, I did ask one of the Devs, but they gave me the exact fit command but it dosent work for the contents of the browser. Just the container for it.
Unless theres something missing? i dont really want to have to go down the route of apple only because personally im a fan of android, but otherwise im going to have to use a different programming platform
Re: Android equivalent of auto fit, Page scaling mobile brow
Posted: Tue Dec 03, 2013 4:26 pm
by Klaus
Hi Dave,
if Livecode does not support "autofit" for native browser control on Android, I'm afraid you're out of luck.
Best
Klaus
Re: Android equivalent of auto fit, Page scaling mobile brow
Posted: Thu Dec 05, 2013 11:16 am
by kungfudave
Is there something i can modify in my CSS to allow resizing using native controls?