Questions tagged [sencha-touch]

Sencha Touch is a multi mobile device JavaScript library based on HTML5 and the Model, View, Controller pattern. It is a product of Sencha Inc.

Sencha Touch is a multi mobile device JavaScript library based on HTML5 and the Model, View, Controller pattern. It is a product of Sencha Inc.

Sencha Touch 1.1.1 supported platforms

  • Apple iOS 3+
  • Android 2.1+
  • RIM Blackberry 6+

Sencha Touch 2.0 supported platforms

  • Android 2.3+, 4.03
  • iOS 4, 5.
  • BlackBerry 6+

Resources

Latest stable release

Licensing

  • Free Commercial License
    • Includes minor updates but excludes major updates and patch releases.
    • According to the FAQ, selling an SDK or application designer based on Sencha Touch requires a paid OEM license.
  • GPL v3
4732 questions
102
votes
30 answers

Registry key Error: Java version has value '1.8', but '1.7' is required

While running sencha app build production I am getting the following error: Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.8', but '1.7' is required. Error: could not find java.dll Error: Could…
Anand Gupta
  • 5,640
  • 3
  • 27
  • 37
69
votes
20 answers

Sencha Touch or jQuery Mobile?

I wonder if I were to develop a mobile Web app (now, in two weeks, or in a month), which one should I go for? Which one would you mobile Web developers go for? If jQM 1.0 were officially released today, I would most likely embrace it (as long as it…
William Niu
  • 15,798
  • 7
  • 53
  • 93
58
votes
6 answers

Difference between Phonegap and Sencha Touch

I read many documents regarding to Phonegap and Sencha Touch. But i still confused with these two. I have already created one native android application. Now, i want to create same application which run on multiple device. So, i am confused with…
Deep Mehta
  • 1,237
  • 2
  • 11
  • 17
51
votes
7 answers

Sencha Touch Vs JQTouch

My startup and I are deciding which mobile touch framework to use to build our mobile web application. I'm having trouble figuring out the difference between Sencha Touch and JQTouch. I understand that both products licensed by Sencha and that…
Sachin
  • 2,667
  • 9
  • 35
  • 39
31
votes
5 answers

A solid tutorial for Sencha Touch V2

I found a great tutorial on creating an MVC App from Scratch using Sencha Touch V1.1 but unfortunately it isn't all that applicable to Sencha Touch V2. I want to learn the new/right way to build an MVC app moving forward with their latest…
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
31
votes
3 answers

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

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…
abhi
  • 621
  • 1
  • 6
  • 17
30
votes
8 answers

Open HTML5 date picker on icon click

I have an HTML5 date picker. It is opened when I click on the date picker text box. Todo : I have to change the event to an icon, but I'm not sure how to achieve this. I have to open the date picker when I click on the calendar icon. Here is the…
Dibish
  • 9,133
  • 22
  • 64
  • 106
28
votes
4 answers

iOS9 ATS: what about HTML5 based apps?

According to the documentation from https://developer.apple.com/library/content/releasenotes/General/WhatsNewIniOS/Articles/iOS9.html#//apple_ref/doc/uid/TP40016198-SW14, Apple forces to use HTTPS over HTTP in iOS 9. App Transport Security App…
Dennis
  • 992
  • 1
  • 10
  • 23
25
votes
8 answers

Sencha Touch - looking for a good tutorial / getting started for a content application

I'm trying to build a mobile "content" application that will be used to display many pages of mostly text, using Sencha Touch (based on ExtJs). I'm familiar with JQuery & JQTouch; I've never used ExtJs before. What's the best/fastest way to get…
Bambax
  • 2,920
  • 6
  • 34
  • 43
21
votes
7 answers

Image took from gallery is displayed in different orientation while using phonegap in android

I'm using Sencha Touch and Phonegap to display a picture recorded with the camera. When taking a picture on an iphone via cordova2.7.0, the picture is drawn with the correct orientation. But using samsung s3, the picture will be leant by -90°(only…
Linson
  • 655
  • 1
  • 7
  • 21
19
votes
7 answers

How to listen for keyboard open/close in Javascript/Sencha?

I have a HTML5/Javascript (Sencha) app that I have packed into PhoneGap for iOS in XCode. One way or another, I want to be able to listen for the keyboard open/close events and do something accordingly. Is there any way to do this?
Groppe
  • 3,819
  • 12
  • 44
  • 68
18
votes
9 answers

Best available guide to Sencha?

i'm very new to sencha and i need help with it. can anyone give me few links regarding sencha tutorials and books.... on the other day i found out a site showing info and source code about sencha. i remember it as sencha kitchen sink.....but now…
Prateek Raj
  • 3,966
  • 6
  • 39
  • 50
17
votes
4 answers

Is there a better webview for Android

Is there a better webview for android? Google's own documents mention not to rely on the webview object. But for using webkit it seems strange that it is so limited, compared to other webkit browsers used on mobile devices with comparable…
CQM
  • 42,592
  • 75
  • 224
  • 366
17
votes
2 answers

How to change the default heading of 'alert'

I am trying to use the alert method, so the native iOS like alertView will popout. Everything works fine, and the alert gets displayed. But the Heading of the Alert is always index.html. How can i edit the heading of the alert method
user1315906
  • 3,374
  • 8
  • 30
  • 43
16
votes
1 answer

iPad Home Screen App refreshes on every open

I'm writing a web app for the iPad using HTML5 and SenchaTouch. The app uses cache manifest to function offline. Once it has been added in the home screen and opened without Safari, it will refresh itself every time it is opened, even if just…
1
2 3
99 100