Hi! i need make an application from Web and Android. I know a little bit from Angular 2, but i don´t know if is possible with Ionic 2 make the application for both technologies.
Thanks.
Hi! i need make an application from Web and Android. I know a little bit from Angular 2, but i don´t know if is possible with Ionic 2 make the application for both technologies.
Thanks.
It is possible and I have done it.
When your app is built, just host the contents of www on a static site server like Firebase Hosting.
If you use Firebase, you can deploy within seconds from the command line.
Ionic elements are really meant for mobile and may be too big and chunky for a website.
That can be mostly fixed by reducing padding and margins.
Also, Ionic’s grid is really good for arranging elements in a more web like manner.