Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Best Framework for HTML 5 Based Mobile Development? [closed]

What is the best framework for HTML 5 based mobile development?

I evaluated a few frameworks like jQuery Mobile , Sencha Touch , but didn't find any framework which extends its components in the mobile version as it does on the desktop version.

Do you have any suggestions?

like image 648
abhi Avatar asked May 03 '13 06:05

abhi


People also ask

What is the best framework for developing a mobile app in 2022?

React Native Developed and maintained by Facebook, React Native is an open-source, cross-platform app development framework that has become the developers' top choice in a short span of time. React Native helps develop Android and iOS mobile apps seamlessly.

Is HTML5 a framework?

Basically, HTML5 is a language, not a framework, which can be used to markup content in a file that when loaded in a browser can be interpreted and rendered as web page. Backbone. js is a framework that runs in the JavaScript engine by the browser on an HTML(5) page.

Can you build mobile apps with HTML?

Yes, you read it right in the title of this article. In this article, we are going to build an Android App with HTML, CSS, and JavaScript in Android Studio.


2 Answers

If you want to build a mobile-only site, I think the best html5 frameworks are:
jQuery mobile + PhoneGap
Sencha Touch + PhoneGap

If you want to build a website that adapts for mobiles, tablets and desktop computers use Twitter Bootstrap, HTML5 Boilerplate, Zurb Foundation, Skeleton or Blueprint

like image 163
Ouadie Avatar answered Sep 22 '22 05:09

Ouadie


I suggest going for Twitter Bootstrap, Zurb Foundation V 4, or skeleton as the most ideal frameworks with HTML5 for mobile development.

like image 42
Nitesh Avatar answered Sep 23 '22 05:09

Nitesh