ios - iPhone site animations -


i have never made site responsive iphone.

i curious @ how go making cross compatible site (iphone, chrome,etc) have graphical animations(similar flash). tools supposed use graphic animations when cannot use flash?

if want complete cross compatible site way go build webapp html, html5, javascript, css. nothing else work across devices. forget flash.

what need have server api's common devices way present data customized device's form factor. particular ui design technique called - responsive design.

basically backend apis remain, data served backend same html templates served backend change depending on device making request, figured out client's user-agent eg. iphone mozilla/5.0 (iphone; u; cpu mac os x; en) applewebkit/420+ (khtml, gecko) version/3.0 mobile/1a543a safari/419.3. different clients have different user-agents. plus have small javascript send particular device's screen dimensions server. again, helps choose correct templates serve. reg. html templates, have different sets of templates. web, ios, android etc.. difficult have many sets of templates (eg. cant have template set every available android model out there). need dynamic behavior i.e. specific javascript ui functions on client honor devices screen dimensions etc.

this big , general topic explain here. have provided wiki link , technologies , terminology involved. hope helps cause...


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -