Say for example i have a list or a card list on mobile, is it possible to do something different for iPad / tablets ie: a grid layout etc? Or will the cards / lists just expand to the screen size?
Im not sure how to cater for iPad / tablet using Ionic? Looks great on a phone, but if i download the app on a tablet how do you cater for this experience with Ionic and potentially showing a different view with all the different components?
For example i noticed a users screenshot like below - is this possible, if so how?
But if you want you can put some hacks like using views with ng-if. It is tough to maintain though.
OR you can call different views for each based on routing. Update routing urls as something like mobile/imageScreen and tablet/imageScreen and load different html files for each