Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I'm trying to find out whether it's possible and doable to develop a mobile application using phonegap as a wrapper, Bootstrap for the UI and jQuery for the functionality?

I could not find any projects on the internet trying this combination.

Bootstrap 3 comes with the mobile-first technology. jQuery can provide all the functionality and Phonegap wrappes it all into an app.

My goal is to create a mobile application.

Any experience or other ideas?

like image 798
MmynameStackflow Avatar asked Apr 11 '14 13:04

MmynameStackflow


1 Answers

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

like image 133
Tamura Avatar answered Sep 19 '22 11:09

Tamura