livecode - How to create Screen sizes of Live Code application compatible to Iphone,Android All Screens -


i have developed app want run on every platform livecode supports.i have created app 480x800 size.now when test in iphone , android.app taking static size.so looks odd when testing under various sizes.how can make compatible sizes.that should there can automatically resize app screen size.

we implementing resolution independence livecode , bring automatic scaling applications.

in mean time, have use 1 of following options-

1) programmatically resize stack-

http://forums.runrev.com/viewtopic.php?f=8&t=14859

2) use 1 of following 3rd party plugins-

http://buchwald.ca/developer-tools/

http://mobgui.com/morph.php

http://www.gadgetplugins.com/altplugins/altmobileresizer.rev


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -