Is Ionic great for creating iPad apps?

Most discussion/docs I’ve seen seem to focus on the use of ionic for phone apps. Before jumping in, I wanted to make sure it is equally suited for iPad apps! Or does it just look like a “wide” phone app?

If you don’t add custom styling it may look like a wide phone app. You can use responsive css in order to make it look different on an iPad. There is also the use of “expose-aside-when” for sidemenus which shows the menu all of the time on larger viewports (such as iPads). Look into the responsive grid for making your app look good on both phones and tablets, and css media queries for things such as font-size, padding, etc.

1 Like

Awesome… Thx for the speedy response!

1 Like