-1

Is any one know a framework works fine in all platform? I'm tired of handling on iOS then go to Android and start handling again then go to WP7 then ....

I need one web framework works in all platform (Mobiles, iPads, Tablets, Laptops)? Any suggestion will be helpful?

Ahmed Assaf
  • 601
  • 7
  • 25

4 Answers4

2

As far as i know, only jQueryMobile have best support on lots of various mobile platforms.

http://jquerymobile.com/gbs/

obenjiro
  • 3,665
  • 7
  • 44
  • 82
  • I use jQueryMobile but when finish handling with iOS the Android need a new handling. – Ahmed Assaf Dec 27 '12 at 11:14
  • Well I tried a lot of mobile frameworks, Sencha Touch, Kendo Mobile, est.. but only jQueryMobile works ok on WP7 and Simbian, so.. it's sad but it's almost only option at the time.. – obenjiro Dec 27 '12 at 11:20
1

Take a look on PhoneGap/Apache Cordova - free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about. It is now available for the following platforms: iOS, Android, Blackberry, Windows Phone, Palm WebOS, Bada, and Symbian.

You can use it with jQueryMobile, Sencha (just added WP8 support) or other mobile web frameworks.

Sergei Grebnov
  • 2,633
  • 18
  • 24
  • I use it but i got a lot of issues about scrolling , fixed header& footer, flickering. – Ahmed Assaf Dec 27 '12 at 11:23
  • PhoneGap is "mobile" framework - it's not a WEB framework. also Sencha doesn't work on WP7 and don't work on Symbian phones.. so i would not advise to use Sencha.. – obenjiro Dec 27 '12 at 11:25
  • Agree. Sencha does not support Symbian. The jQueryMobile is the best choice for the UI+standardized api (+ some api sugars we all like). But PhoneGap could be very helpful for native functionality access and packaging (the author seems to talk about native apps). – Sergei Grebnov Dec 27 '12 at 11:33
0

HTML5 works just fine. I have used it extensively.

Deepak Singhal
  • 10,568
  • 11
  • 59
  • 98
0

Infragistics Ignite UI framework is cross platform (mobile, desktop, tablets, etc). Take a look: Ignite UI

Konstantin Dinev
  • 34,219
  • 14
  • 75
  • 100