Mobile development on meteor

I have a web application i have developed with meteor and now i want to make a mobile app. I have gone through the docs on mobile development and i have earnt meteor can create andoid and ios apps.

Thats where i need some help on. Does meteor actually create an apk for you when you build for andoid for instance?

Yes, you’ll get an apk. You’ll need to use Apache Cordova for creating mobile apps

1 Like

I have gone through cordova and its html and css code and javascript.

My app is built using bootstrap,iron router and meteor.

Is that an acceptable combo to be able to produce a fully functional android app?.

Yes, that will work.

I’ll recommend Flow Router for your future apps.