Different layouts / behaviour for tablets and desktop usage

Hello!

Just want to get your opinion on the following questions:

  • Is the IONIC Framework also good at serving webapps in normal desktop browsers? Or should I use another approach?
  • Is the IONIC Framework also good at serving progressive webapps?
  • How are different layouts for smartphones / tablets / desktop realized? Simply by media queries?

Thanks!

Hi,

After working with Ionic (and by the way I love the framework), and with angular apps, I suggest you go with Angularjs + Bootstrap for web apps and Ionic for Mobile Apps.

2 Codebases but then it will give u the flexibility of distinguish responsive web apps with Mobile apps.

Handle layouts by media queries - and bootstrap already gives u the flexibility.

Regards