Ext.List Touch events stop firing in Sencha Touch 2.2.1 on Samsung S3 - sencha-touch-2

Running into a strange problem on the Samsung S3 with Sencha Touch 2.2.1. I have an Ext.List control and it sometimes stops scrolling. Any touch on it fires the itemtap and itemsingletap events, but the itemtouchstart, itemtouchend, and itemtouchmoves that usually fire when scrolling do nothing. Again, this happens periodically and once it happens that application (running in PhoneGap) needs to be killed and relaunched.
I haven't experienced the issue on iOS or any other Android tablet. Android release is 4.3 (standard version for S3)
Help!

Related

Expo startLocationUpdatesAsync doesn't work on android 8.0 + when minimized

Hey I have a problem with expo latest TaskManager featur. I'm trying to implement background user locating while application is in background. Firstly, expo API background location works perfectly on Android Version 5.0 and 6.0. But on versions 7.0+, when i minimazie application gps service is paused. It's probably due to android battery saving. Do you guys know any workarounds?

How can I see why titanium app crashes on Blackberry simulator

I do a Titanium application that woks on iOS and android. Now, I want to create the Blackberry version.
I've tried with a simple app and it's launched well at simulator, but when I've tried my app it doesn't work.
It launches splash screen and begins to load the elements, but I think the app crash because simulator returns to main screen, there isn't any alert (like on android when app stop unexpectedly), it only returns to main screen.
My problem is that I don't know what happen and I can't find any error logs...
I connect by telnet to the simulator, and there I can see the first traces of my app, but any error.
Do you know what can be happened? How can I know if I have an error? How can I know if my app has crashed?
Sorry, if it's an easy question, I'm newbie at Blackberry.
I'm using Titanium SDK 3.2.2 and Blackberry SDK 10.02
Thank you very much
I've created a new project (with Titanium SDK 3.1.3 instead of Titanium SDK 3.2.2) and copy all files there. I've tried to launch the app many times, and one of them, the app launches.
Maybe it was a computer or simulator problem.

Sencha Touch 2.3 app causes iPhone 5 to freeze or crash

I have created a Sencha Touch 2.3 app and tried to build it on iPhone5 using xcode. Sometimes when I deploy it, the phone freezes and then the only choice left is to force a reboot.
This happens occasionally only while trying to build it.
Has anyone else come across this ?
At first, I assumed it happens once in a while only while trying to build and deploy it.
But recently, someone reported a similar issue with another sencha app on an iPhone5 which was already downloaded and used several times. While launching this app, the screen went white and after a while the phone rebooted !
Is Sencha Touch apps causing this ?

Xcode 5 fails to launch app with error: failed to launch '/path/to/.app' -- Busy

I am using XCode 5, with an iPhone 5s as the dev device. Every other time I run the app I get a pop that says "Could not launch [app name] \n busy". My iPhone 5s then appears to crash and the only way it will respond is if I hold the home and lock button until it resets.
The application is a single view application, the only thing I have done is added the Parse.framework from here and used
[Parse setApplicationID:appID clientKey:clientKey];
[PFAnalytics trackAppOpenedWithLaunchOptions:launchOptions];
In applicationDidFinishLaunchingWithOptions, along with some UI that isn't hooked up to anything.
I'm not sure if this has to do with Parse or possibly the App settings.
So to be clear, the behavior is:
Fresh reset > Build and Run application on iPhone 5s > application runs fine > Build and Run application on iPhone 5s > application appears to launch but screen remains black and iPhone is no longer responsive except the screen will turn off when the lock button is pressed (but not back on) > Build and Run application on iPhone 5s > XCode says "could not launch app - busy" > hard reset iPhone
When I run this on the 64-bit simulator it works fine.
Edit 1:
I have tested with multiple applications now that we know work on multiple other devices (iPhone 5, iPhone 4, iPhone 4s) and the simulators. I don't have another iPhone 5s so it is hard to compare exactly but everything crashes my 5s..
My device was completely stuck with black screen. "To fix you have to hard reboot, holding the power and home button until the phone reboots - doesn't lose any of the data you have on your phone (a concern the first time I did it)." as stated here:
http://blog.paulhadfield.net/2014/01/iphone-hangs-when-running-from-xcode.html
For iPhone7 there is a different approach:
Press and hold down the power button located on the right side of
the iPhone 7.
While holding down the power button, press and hold
down the Volume Down button on the left side of the iPhone 7.
http://www.hongkiat.com/blog/force-reset-iphone7-7plus/
You were using your phone when you ran the app. Make sure you don't use your phone after you press build and run, otherwise it will be "busy"
Which Xcode version do you use? Same issue with Xcode 5.0.1 + iPhone 5S (iOS 7.0.4). It crashed my iPhone 5S even by the simple application created by Xcode's default project template.
It seems this issue has been fixed in Xcode 5.0.2. Xcode 5.0.2 works fine for me by now.
I've got the same problem for several times. It seems that this problem always happens when iCloud or other background App is running & the App I was debug is already in running mode.
My suggestion is: Avoid any background App running when debug and Make sure the App debugging is fully killed before restart a debug.
It is obvious a bug in iOS 7 + Xcode 5.
I had the same issue and upgrading to Xcode 5.0.2 resolved it.

Difference between ipad/iphone/Universal Application

can you please help me .
what is the Difference between ipad/iphone/Universal Application.
iPad application - Application meant to run on an iPad.
iPhone application - Application meant to run on an iPhone/iPod touch, but can also run on an iPad (in compatibility mode, with the 1x/2x toggle)
Universal Application - Application that runs on both iPad and iPhone/iPod touch and adapts to both screen sizes.
iPad uses different processor type than iPhone or iPod, so universal application carries both binaries.