Hyperactive Mobile¶
this wikipage was created to work on the mobile views for hyperactive
( this is currently under heavy development, startx )
status¶
- works, but has many hard coded stuff
- inconsistent: you can post tumbles but you cant access the tumbles really
the mobile views are:
./tumbles/show.iphone.erb
./home/index.iphone.erb
./articles/show.iphone.erb
./layouts/one_column.iphone.erb
./layouts/two_column.iphone.erb
./layouts/home.iphone.erb
./action_timelines/show.iphone.erb
./zines/show.iphone.erb
( i don't know why they are called "iphone" , but that's not important at the moment)
TODO / roadmap¶
- seperate header from all .erb to get a consistent top menu
- replace hard coded strings by variables from language file
- add video view ( html5 ready)
- mobile search ( or at least link there)
- add link to full website
- optional: find a nicer way to view images ( javascript? )
- optional: include maps ( static )
device/app specific options (the fancy stuff)¶
- android: support augmented reality ( mixare )
mobile video¶
- html5 fallback available in mods/istanbul
- needs default muxing into mp4 to play on the iphone (?) , codecs are ok as they are
current pitfalls¶
- captcha needs to be larger , really hard to read on small devices
done so far¶
( currently only in mods/istanbul )
- separated the main menu from the rest of the views ( _main_nav.iphone.erb )
- using variables instead of hard coded links in _main_nav.iphone.erb
- added searchbox to mobile_footer ( appears only in article view right now)