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+ Resources JavaScript Documentation Tutorial Licensing Free ...

learn more… | top users | synonyms

33
votes
8answers
15k views

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 ...
15
votes
6answers
22k views

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 ...
12
votes
4answers
2k views

Is anyone using Sencha Touch for mobile development?

We're evaluating Sencha Touch for mobile development. Has anyone used this yet (I realize that it's still in beta), and if so, what are its strengths / weaknesses? How does it compare to alternatives? ...
11
votes
8answers
3k views

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. ...
10
votes
2answers
3k views

jQuery Mobile Vs Sencha Touch

I am planning to create a mobile or rather a tablet version of my existing web app. The devices supported would be iPad, Xoom (android). I am not sure which JS library to use jQuery Mobile Vs Sencha ...
10
votes
1answer
2k views

Sencha Touch - Map.Geo = null

I am trying to follow this simple tutorial on Sencha Touch http://dev.sencha.com/deploy/touch/getting-started.html I keep getting the JavaScript error: Uncaught TypeError: Cannot call method 'on' of ...
9
votes
1answer
2k views

Why should I use Ext.dispatch rather than calling controller code directly?

When using the [relatively new] MVC bits in Sencha Touch I find that 90% of my dispatch calls look something like: Ext.dispatch({ controller: "customers", action: 'show', record: record ...
9
votes
8answers
1k views

Mobile UI development platform

I have a client that needs a mobile version of their site. I have never done a mobile-specific site. I am looking for a platform to develop cross browser mobile websites. I looked around, and ...
8
votes
2answers
293 views

window.onerror doesn't work in mobile — How should I deal with unhandled exceptions?

I'm working on a complex web application written in Sencha Touch and PhoneGap. The way Sencha Touch applications are written makes it hard to surround every potential failure point with a try/catch, ...
8
votes
3answers
833 views

Sencha Touch: How the heck does this framework work?

I am having an absolute nightmare trying to build anything of value with Sencha Touch. The docs seem to describe everything in bits in pieces without every tying everything together.. One of my key ...
8
votes
3answers
6k views

How does Sencha Touch + PhoneGap perform compared to native apps in terms of speed?

I'm really worried that when I write iPhone app with Sencha Touch and put it in PhoneGap container the user experience would downgrade. I particularly see the bottlenecks in: fluency of the screen ...
8
votes
1answer
9k views

Navigating with a button in sencha touch

I am taking my first steps with Sencha touch. The results are just what I am after, getting there however is a struggle to get how sencha is put together. I am slowly figuring it out but sometimes the ...
8
votes
7answers
3k views

Resources & Frameworks for mobile development (iphone,android) using HTML5 [closed]

I am looking for resources to develop HTML5 apps for iphone primarily. Are their frameworks and tools that I can use to get started? I am looking for: Javascript frameworks that help with UI layout ...
7
votes
6answers
1k views

I need help finding 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 ...
7
votes
1answer
6k views

Sencha Touch add dynamically items

How can I add dynamically an new item in Ext.panel ? This is the code I'm using; app.views.ViewItem = Ext.extend(Ext.Panel, { id: '0', dockedItems: [{ xtype: 'toolbar', title: 'Melvin test', ...
7
votes
3answers
6k views

Sencha Touch MVC — recommended ways of passing data through the controller?

I'm using Sencha Touch for a mobile app and am using the MVC functionality in it. I like Sencha quite a bit but I'm having a little trouble when it comes to passing data from one 'screen' to the next ...
6
votes
1answer
702 views

How to Start a Sencha Touch App

I'm excited to learn Sencha Touch and improve my HTML5, CSS3, and JS skills in order to eventually program for all mobile platforms instead of focusing on one-off languages. But I'm having trouble ...
6
votes
2answers
1k views

Sencha Touch MVC Best Practices

I'm trying to wrap my mind around the MVC framework of Sencha Touch, but I'm finding a couple of different approaches. In one, found here, there is an approach to structuring Sencha Touch apps ...
6
votes
2answers
1k views

Frustrations with deciding on the right iOS Mobile Safari web development tools (jQuery Mobile/Sencha Touch/etc)

After completing one project with Backbone JS and jQuery Mobile for the iPad Mobile Safari, it left me feeling that jQuery Mobile is maybe not the right tool for that particular job. I have found the ...
6
votes
3answers
3k views

Showing a limited subset of (or individual record from) a store in an Ext.DataView

In Sencha Touch, I often need to have an Ext.DataView panel that contains a small sub-set records or even a single record from the collection in the store. For example I might have a Model for Car ...
6
votes
5answers
3k views

The Best tool for building Sencha (Ext JS) applications are?

i started working on Ext JS but the building process has always been a head ache to me as i use notepad.. please suggest some tools which help me build the Ext JS applications easily.... Thank you,
5
votes
0answers
689 views

Phonegap/Sencha Language Localization

The Problem: I'm about to implement language localization to an already very large ipad application that was built using sencha touch wrapped in phonegap. I have the english and spanish translations ...
5
votes
1answer
245 views

JavaScript string comparison fails randomly

I’m having a pretty weird bug occurring in my JS application on a random basis. Basically, the script fails to accurately compare two strings. More specifically, at times does not see two identical ...
5
votes
1answer
301 views

direct canvas panning with raphael.js

i'm trying to do an app that when u click outside a figure it let you pan the viewport using setviewbox(); i have done something close to it, but i'm not pleased with it, i'm using a rectangle: ...
5
votes
1answer
333 views

Sencha Touch unit testing best practise?

I would like to do unit testing on my Sencha Touch application, I have found plenty of information one-line, but not any promising guide that was worth following. Are there any resources to suggest? ...
5
votes
2answers
2k views

Handling 404 exceptions in Sencha touch Store with an ajax proxy

I'm trying to make my code a little more robust, by handling all sorts of exceptions that may occur. One may be a 404 exception on a Json web request. It looks like the callback method of store.load ...
5
votes
1answer
552 views

How do I sync between stores in Sencha Touch

I have a Sencha Touch App that loads data from a REST service into a store using a REST proxy. The load event of this store also copies the records into a localstorage store. This is because the app ...
5
votes
3answers
1k views

What is the point of Ext.apply versus simply setting values on the target?

Using Ext.js or sencha, what is the point of doing the following: Ext.apply(app.views, { contactsList: new app.views.ContactsList(), contactDetail: new app.views.ContactDetail(), ...
5
votes
4answers
9k views

Sencha Touch vs. jQtouch vs. GWT mobile vs. XUI vs. jQuery Mobile vs.

Hey, there are some posts out there discussing mainly Sencha Touch and jQtouch. I understand that Sencha is more for heavy apps. Read here: http://9-bits.com/post/723711597/jqtouch-and-sencha-touch ...
5
votes
2answers
1k views

Sencha vs. jQuery Touch

Which one of these is the better choice? Is there a better choice? Which has better documentation and community?
5
votes
1answer
2k views

How to make use of the “pinch” touch effect in the Sencha Touch framework?

I'm trying to figure out how to make use of the "pinch" touch effect with Sencha Touch. Do you know of any examples that help with the first steps? The documentation seems to be rather silent about ...
5
votes
5answers
2k views

Best desktop browser to test Sencha Touch application?

For testing without an iPhone/Android phone, which desktop browser works best with Sencha Touch? I tried Chrome and Safari, which work fairly well, but both seem to have little issues. Firefox and IE ...
5
votes
5answers
7k views

Turning Sencha Touch-based app into a true native iPhone app?

As I understand, Sencha Touch is just a javascript library that lets you create websites that respond to multitouch and other features you find in native iPhone apps. So... Your end result is accessed ...
4
votes
2answers
416 views

Is it better to start with Sencha Touch 2, or Sencha Touch 1.x?

I've recently built a demo application using PhoneGap, and I chose to try JQuery Mobile as a UI framework. It was... okay. I'd like to try out Sencha Touch now and see if I like it better. As of ...
4
votes
1answer
656 views

Sencha Touch storage sync

I’m new to Sencha Touch and still not quite confident with its data handling patterns. The way I want to set up my application is something like this: Retrieve the user’s data from the remote server ...
4
votes
2answers
2k views

Send JSON data from Sencha Touch to ASP.NET MVC

I'm trying to send data to the server. But my code does not work. Can someone point out a mistake? Sencha code: Ext.Ajax.request({ url: '/Blog/SavePost', ...
4
votes
2answers
376 views

Important Infos - Senchatouch + Phonegap into AppStore

What are the things to pay attention combinating SenchaTouch (HTML-JAVAscript) with Phonegap to get an App for the AppStore? Which things are important to get such apps into the appstore without ...
4
votes
2answers
928 views

Sencha Touch JSONP error

EDIT: I came across a confirmation of what I suspected: Using the twitter search API with JSONP causes the problem in isolation, so it seems that something is going wrong with Twitter. See: ...
4
votes
2answers
7k views

Sencha Touch itemtap

I have a list of contacts that sencha touch is displaying in a list. Then when you click a name in the list it should slide to the right and say Hello {contact name}! but when it slides over right now ...
4
votes
1answer
1k views

sencha touch Ext.Router

I am having trouble getting Ext.Router to register changes to the URL. I started my application with the example for model view controller on sencha touch site. Ext.setup({ tabletStartupScreen: ...
4
votes
2answers
1k views

Readonly property on Field SenchaTouch

Hi i've been looking for the readOnly property for field in secnhatouch but haven't found it... can some one assist me on this matter { xtype: 'textfield', name: ...
4
votes
2answers
699 views

Sencha application in a Facebook iFrame gets a “Cannot POST /”

I have a Sencha Touch application using Node.js and Socket.io running on Amazon EC2 (micro instance). I want to make it available on Facebook, in a Facebook Canvas, aka an HTML iFrame. I get a blank ...
4
votes
2answers
529 views

How do I use a TreeStore with 'auto' mappings?

I have a model that looks like this: Ext.regModel('TreeItem', { fields: [ { name: 'ItemId', type: 'int' }, { name: 'ItemType', type: 'string' }, { name: ...
4
votes
2answers
559 views

Which is the best mobile web application development framework [closed]

I am in the process of converting an existing Java/J2EE based web application into Mobile web application which should support iPhone, Androind devices, Blackberry etc. And also different screen sizes ...
4
votes
3answers
3k views

sencha touch toggle button

how could you run some action when pushing a toggle button like: { xtype: 'togglefield', name: 'enableSnd', label: 'Sound', value : 1, ...
4
votes
4answers
5k views

Sencha Touch application structure

I'm pretty new to Sencha Touch and am trying to make a simple application that has a login form and makes calls and fetch results into lists. My question is, how should I create the structure of the ...
4
votes
2answers
11k views

Sencha Touch: Nested List inside a Tab Panel

I'm still new to Sencha Touch/ExtJS, and I'm currently exploring the demos and getting started samples. But I stumbled upon this problem where when I insert a nested list on tab panel items I can't ...
4
votes
4answers
4k views

sencha touch and charts

Has anyone been able to incorporate Charts and graphs into Sencha Touch? If so, an example would be appreciated. Thanks
4
votes
4answers
3k views

Sencha sqlite example

I would like to see a decent example of a mobile web app using the Sencha framework with a client side DB accessed with SQLite. I'm currently digesting JqTouch and kinda get the binding method used ...
4
votes
2answers
3k views

Sencha Touch and ExtJS

Sencha Touch looks impressive, and ExtJS looks nice. I am evaluating if I should use ExtJS or SproutCore for an upcoming app. Now that Sencha Touch is in the mix, I wonder if I choose ExtJS, it'd be ...

1 2 3 4 5 29