0

Does anyone knows how to implement Sencha Touch with Nokia phones, Symbian operating system. As far as i make research i saw that it is possible to implement, there is a video with N8 implementation: http://www.youtube.com/watch?v=ERwS1sBRY-w

Thanks.

bharath
  • 14,283
  • 16
  • 57
  • 95
murat hacioglu
  • 166
  • 2
  • 10

1 Answers1

1

Sencha Touch is not officially supported on Symbian Devices.

Sencha Touch is a cross-platform framework aimed at next generation, touch enabled, devices. It's currently compatible with Apple iOS 3+, Android 2.1+, and BlackBerry 6+ devices. Together these devices represent over 95% of current US mobile traffic.

As the video shows it may still be possible to point the Nokia web browser to a Sencha Touch mobile site and have it work properly. The Youtube comments link to a git project that has a sample native Nokia app to get you started building Sencha Touch projects for Nokia. Something like PhoneGap may help you in deploying to Symbian devices.

mistagrooves
  • 2,337
  • 15
  • 16
  • I am actually using phoneGap with Sencha Touch for iphone. So, what i understand that i have to use QtWebKit + PhoneGap for Symbian phones right? – murat hacioglu Jun 01 '11 at 07:30
  • Technically no, PhoneGap for Symbian devices would have been built in QTWebKit. So, you shouldn't have to use QTWebKit unless you need to fix bugs or add features. You will still need to have an environment to compile the PhoneGap project though. – mistagrooves Jun 01 '11 at 14:02