Kashyap Kotak
Kashyap Kotak

Reputation: 1938

Can bootstrap be used along with html, css, js to build apps using phonegap?

I dont know much about phonegap except that it can build apps from html, css, js. My question is whether bootstrap can be used along with html, css, js to build apps using phonegap?

Upvotes: 2

Views: 4086

Answers (3)

S.Yadav
S.Yadav

Reputation: 4509

Kotak,

Phone-gap supports bootstrap for UI design,
Basically Bootstrap is use as a responsive web framework. Like all responsive web frameworks is to adapt your view layer to the device doing the viewing.Its Giving you different presentations for mobile phones, tablets, PCs, etc.
as we use this -
http://getbootstrap.com/javascript/ For JS.
http://getbootstrap.com/css/ For css and html.

so as per our requirement we can use that.

Upvotes: 2

Prashanth Benny
Prashanth Benny

Reputation: 1609

Since Twitter Bootstrap is just a library including CSS and javascript, it is bound to work.

make sure that you have linked all the bootstrap libraries(ie., the css file, js file and jquery file).

I have developed a cordova app with bootstrap library and its as it says.. Mobile first! :-)

Thank You.

Upvotes: 3

Billy Halim
Billy Halim

Reputation: 182

Twitter Bootstrap is a framework which contains CSS and JS files. If you want to build apps using Phonegap, sure you can use Bootstrap as long as you link your HTML file to the Bootstrap files.

Upvotes: 2

Related Questions