How to build app for both tablet and mobil

Hello,

I already finished my application, it is working good on mobil but on tablet has some problem on the size, i don’t want to to make another for tablet.
Any idea how to make app for both.

You may want to look at using ion-grid to assist with the alternate layouts. You can also inspect with the platform module to decide how you might display certain elements.

Thanks, it is working