Community Questions & Answers
Camera video file double size problem
I'm testing this on iPhone/iPad devices using 2.1.3.GA and 3.0.0.GA sdk versions. - Application: I'm recording HQ video files using the iPhone camera. - Problem: If I record a 100mb video file, the application shows 200mb usage on data/documents storage....
Androdir error trying to add a calendar event: java.lang.Double cannot be cast to java.lang.Long
I'm trying to add an event to calendar usin intents, because it allows my app to not request calendar write permissions, and if there are more applications that can handle events, user can select it. Also allows user to edit event with native interface,...
eventlistener added two times
I have weird problem with an eventlistener in my view. ~~~ videoListView.addEventListener('click', clickTheView); function clickTheView(e){ var vidWin = createPlayer(e.source.videoId); vidWin.i18n = videoWin.i18n; vidWin.I =...
Facebook button glitch
I've got a terrible bug I can't get rid of: ~~~ Titanium.Facebook.addEventListener('logout', function(e) { Ti.App.fireEvent('myAccountLogin2', { name:win.name, email:win.email, pts:win.pts, }); });...
Image Resize with two finger touch
Hi everyone, I'm trying make an app which if able to resize an imageView by a two finger touch and move. If the fingers are moving the image will resize (depending on whether the fingers are closing in or not). Do you have any tips, ideas or possible...
Prevent double-click events when using a nav group
I've got an application that uses a tab group where the first tab has a nav group. The nav group pages just have tableviews in, and you can navigate through a tree using these tables. However, if you tap many of these rows at once very quickly, the app...
Double tap on a row
Hi, I recently had an issue with rows. When I click on one of my rows, it opens a new window. But, if I click on 2 rows (before the first window opens), 2 windows are opened (instead of only the first one). Is it possible to prevent this kind of...
Double-tap to zoom Scrollview at point of doubletap
Hi, I have a ScrollView that contains an ImageView. I'm attempting to mimick the feature in the Photos app on iOS devices whereby a photo zooms to the point on the photo where the user double-tapped. E.g. if you double tap in the top right hand corner,...
AJAX JSON GET returns double, ClassCastException
I'm using XHR to call a RESTful webservice which works fine with PhoneGap/JQuery. The webservice is called without a problem, but the return data crashes the app with [TRACE] D/TiApplication( 483): event=ti.crash [TRACE] D/TiApplication( 483):...
Double tab or click trigger?
*RESOLVED - see post by Aaron Saunders Hi, is there a way to trigger a double tab or double click after opening a WebView? I'm trying to zoom into a local HTML file once it is opened. It has a fixed width and height, and when it is opened it doesn't scale...
Showing 1-10 of 10