Mobile app with Bootstrap 3, jQuery and phonegap, is it possible?

Solution 1:

It's possible. Bootstrap is also great. But I think Bootstrap does't focus on mobile app but responsive web app.

Now there are many frameworks focused on rich Mobile UI.

Framework7

Onsen UI

ionic

crosswalk-project.org

Solution 2:

Yes this is perfectly possible! In this case Bootstrap would do the front-end stuff, while jQuery does the back-end.

However, to get a framework which is well integrated and fully designed to build mobile applications, I would recommend you take a look at the ionic framework!

ionic does the front-end and while it is based on AngularJS, Angular can undertake the back-end and totally make your life easier.

Solution 3:

Can attest this is possible. Source: I built one. Bootstrap renders much more cleanly on IOS than it does on Android, but it saves a heck of a lot of time to build once in Javascript/Jquery and then use phonegap/cordova to compile for Android and IOS. Lots of great help here at the DevGirl site too.

Solution 4:

Framework 7 has bad support for firefox browser. I had suffered a lot for that. You check out by doing this: 1.go to framework 7 official page 2.find their docs page and go to the sub header component. 3. in your firefox desktop browser you will notice the header text is not positioned in center. But in chrome you will not face this problem.

this is just a quick example of what i suffered of. I faced more problem with fw7. such as media list was not shoing its text properly on firefox.