Can't get Maps Module to work on Android
Hi, been going a bit crazy trying to get the map module to work properly. Instead i just get a blank map and some confusing errors. I'm testing on my personal device (S5). I found my SHA1 hash using my...
View ArticlemapView "userLocation" not working on Android !?
Hi, I'm trying to show user's current location by using userLocation: true Unfortunately, it's not working on my Android device (there's no "Blue Dot" showing on the map.) But the same code is working...
View ArticleAndroid recording module with resume record without use of intent
Hi, Can anyone please tell me where can i find android recording module with resume record functionalities but without use of intent. I have got many module but there i dint find resume record option....
View ArticleHow to add Activity Indicator on Media Player for ios and Android?
Hi friends, I need to add Activity Indicator on media player during video URL loading time. Please help me.. var actInd = Ti.UI.createActivityIndicator({ height:50, width:50, style:style });...
View Articlesocket.io-titanium + https
Hi all, I need expert answer to this issue! Consider the following node.js code to start an https server: var enable_ssl = true; Â var app = express() , httpapp = express() , fs = require('fs') ,...
View Articlelocal file storage - create, save and load an image / photo
hi, eventually my goal is to * take a photo * save the photo to the local directory * call that photo so the user can view it another time Right now just working through local storage read and write...
View ArticleAre credit cards accepted with PayPal Module?
Does anyone know if the PayPal Module (latest version) provides for the ability to accept credit cards directly (not just PayPal account users)? I note when using the Sandbox it does not allow credit...
View ArticleEnhanced functionality on list view swipe event
Is it possible to have swipe to dismiss or even display options(Like delete/view) on the list view item when a swipe event is detected? I am on 3.3.0 GA
View ArticleCan't deploy to simulator (can't find SDK)
When i run configurations to set up a configuration for an iOS Simulator, there is no iOS SDK's listed in the dropdown menu. However, under Device profile i can select all kinds of different devices....
View Articleis custom annotation bubble possible yet?
I've read that this isn't possible in topics from a few years ago, is it possible already?
View ArticleReally can't get Studio to work
OK, so been trying this for a while now - I'm having real problems getting Studio to build/launch an Android device. First the platform: Windows 7 Titanium Studio, build: 3.3.0.201407100905 java...
View ArticleImages are not being rendered, layout is broken
I'm using newest version of titanium / alloy, under Windows 7 64 bit, Genymotion Android emulator (Samsung Galaxy S2, API 4.1.1), Titanium Studio build: 3.3.0.201407100905. Sample code: <Window...
View ArticleGetting response headers from a WebView
Hi, there's a way to get the response headers from a WebView (NOT the from HttpClient)?
View ArticleProblem of building Android module using external library FFmpegMediaPlayer
I have developed Android module using external library FFmpegMediaPlayer. I successfully packaged the module. However, when I used that module in my project, I got the following error message. [ERROR]...
View ArticleProblem to play youtube video for android
Hi, i'm trying to play a youtube video with webview covered by a scrollview. It's working great with iPhone but android does not working at all. is there any way to play youtube video for android like...
View ArticleiOS 7 - Is it possible to style the statusbar different to barColor ?
For example I want to style the stausbar white with a black font and the barColor green. I haven't found anyway to do this The only way to style the statusbar seems to me the attribute "statusBarStyle"...
View ArticleAndroid ListView PullToRefresh CommonJS - Not Alloy
Hi, I'm using latest continuous build Titanium 3.3.1 (2014/07/25 13:09 3b7fb31). I'm testing on a Nexus 7 Android v4.4.4. I've been trying to create the "pull to refresh" functionality on a ListView....
View ArticlePush notification after app being killed
Hi, i am testing push notifications, i've been able to receive when the app is in the background or active, but if i kill the app the messages wont be received. I searched for it but any answer works,...
View ArticleAlloy Model Singleton with Properties back end. Just how do I get the values...
Hello all and thank you for taking a look. My issue is that I am able to save to the model in properties, but unable to retrieve those values back to the model. Some code: The model:exports.definition...
View Article