jQuery Mobile, what are your closest competitors?

1

I'm using jQuery Mobile to build a simple interaction with a local system. Despite what good recommendations I am going through problems and there are some moments that the application of nothing hangs, does not work and causes inconvenience.

In addition to jQuery Mobile, is there any framework for building websites that have run exclusively on mobile phones and tablets, and why are they better than jQuery Mobile technically speaking?

    
asked by anonymous 02.08.2014 / 23:38

2 answers

3

When I was developing an application with Phonegap I had the same problem until I was advised not to use jQuery mobile, so I went to look for other frameworks . I've found several but what I liked the most were Lungo and Ionic because of performance.

    
03.08.2014 / 00:32
1

I've done some applications using Phonegap, in real I've never used jQuery Mobile for "n" factors, as I work with response time than the user sees on the screen, I preferred to delete some frameworks because the Response time is slow.

I use only media queries according to the device, so the response time gets faster.

If you want to go further I recommend using Bootstrap , you already have a lot ready and help develop something faster.

But there are many good ones too:

I hope I have helped

    
28.08.2015 / 19:32