Android equivalent of auto fit, Page scaling mobile browser
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 4
- Joined: Thu Nov 28, 2013 12:59 pm
Android equivalent of auto fit, Page scaling mobile browser
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?
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
Are talking about the new version 6.5 and the
new feature ?
Code: Select all
set the fullscreenmode of me to "exactFit"
-
- Posts: 4
- Joined: Thu Nov 28, 2013 12:59 pm
Re: Android equivalent of auto fit, Page scaling mobile brow
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
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
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...
I'm 'getting there'... just far too slowly !
Mac (Siera) and PC (Win7)
LiveCode 8.1.2 / 7.1.1
Mac (Siera) and PC (Win7)
LiveCode 8.1.2 / 7.1.1
-
- Posts: 4
- Joined: Thu Nov 28, 2013 12:59 pm
Re: Android equivalent of auto fit, Page scaling mobile brow
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
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
Hi Dave,
if Livecode does not support "autofit" for native browser control on Android, I'm afraid you're out of luck.
Best
Klaus
if Livecode does not support "autofit" for native browser control on Android, I'm afraid you're out of luck.
Best
Klaus
-
- Posts: 4
- Joined: Thu Nov 28, 2013 12:59 pm
Re: Android equivalent of auto fit, Page scaling mobile brow
Is there something i can modify in my CSS to allow resizing using native controls?