I try to do a swipe event/effect from left to right in Sencha Touch or HTML5. So if the HTML page runs on iOS then it should start an animation if the user touche ans moves/swipe with the finger from
I have a data Store that gets it\'s information from a JSON api on my server.When I run the code in WebKit/Chrome everything appears to work fine, but if I change my user-agent to iPhone 4.1, etc it a
Is there an easy way to use regular expression to find all matching strings, and then use part of the result as the replacement?
Why is my Ext.TabBar display so big?It is about 1/3 of the iPhone screen and only one button is visible.I know I just missed some parameter in here.
I\'m trying to find an example of how to setup so开发者_运维问答me simple radio buttons in Sencha Touch. Can anyone point me at a good example?you can try ..
The problem I\'m having is my sencha touch application wont resize when resizing the window on Chrome
I want to dynamically set up the left-side navigation menu just like iPad-style. So, I make some modification on the demo example. You could also visit this official example here.
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\'m trying to filter my list of auditions by show ID but when the show ID is \'1\' all auditions that have a show Id of \'1x\' are being returned. Below is my code.
I\'ve got the following model Ext.regModel(\"Entries\", { fields: [ {name: \"id\",type: \"int\"}, {name: \"title\",type: \"string\"},