Universal webpage

sms2vm

New Member
How do we develop a website with lot of interactive content (such as e-learning) that's displayed the same way on tablets (including iPads and iPhones where flash is not supported) as its on desktop version.

I donot want to develop apps for these just a mobile version of webpage.

Thanks,
 

leroy30

New Member
Have a Google of "Responsive web design" and "media queries". That should get you going in the right direction.

And don't use flash! Use javascript and/or HTML5 canvas instead.
 
Top