Android WebView can't open internal links
Hi, I want to show rss feeds in a webview. I can see the contents, but if I touch some links, it won't be displayed (only images with link). For example I have:<a...
View ArticleLocal JQuery in Android
Hi everyone. I'm currently working on an app for both iOS and Android. The app needs to work without an internet connection. In my project I have a folder that contains the HTML pages, the javascript...
View ArticleProblem with destroying model
Hi, I would like to delete differents models from collections and restart from id 1 but it doesn't work. For instance i have some contacts (collection) and information's values for each one. I can...
View ArticleiOS - Ti.Media.AudioPlayer - progress event never fired up
audioPlayer.addEventListener('progress',function(e) { Ti.API.info('Time Played: ' + Math.round(e.progress) + ' milliseconds'); }); It doesn't work. It seems progress event never gets fired. Bug?
View ArticleAndroid HTTPClient write to ram
I'm using a HTTPClient on Android 4.4 to download a file. As the file is downloading its written to the app cache. I'm trying to find out how to stop this and make the file get written to the ram of...
View ArticleTabbedBar for Android
This is not really a question, but rather an answer to several questions I've seen on here. I created a tabbedBar module for android. It can be used pretty much exactly the same way as the iOS version...
View Articleclose current window by another controller ?
hello guys i want to close the current window using another controller, i am using it for Back option in ios devices so i included the header controller inside each window , when the user click on the...
View ArticleiOS activity indicator on tableview row strange behavior
What I am trying to achieve is to attach an activity indicator on each row of a tableview. The data for each row originate from a remote service so I would like to show which rows are "ready" and which...
View ArticleListView mixes up layout after template switch in app ?
I have a listView with some items (json feed as source). I also have 2 templates which determine the layout of the items. The idea is that a user can switch from layout 1 to layout 2 (big items, small...
View ArticleFacebook: Report Mobile App Ads for Installs
Hi, I would like to monitor how many people install my application after clicking on the advertising of facebbok. I'm using this guide: https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads...
View ArticleTitanium.UI.ImageView On Android not displaying
Hi All I am porting everything over from a IOS app to Android, all my images show on my ios app but they just do not seem to load or show on my android device am i missing something??? var imageView =...
View ArticleThe application has crashed with an uncaught exception...
For a picker UI on one of my Alloy .xml files : <Picker id="picker" width="50" height="40" top="50" backgroundColor="transparent" selectionIndicator="true" useSpinner="true"> <Column...
View ArticleTitanium Alloy BackboneJS I/O Speed Where is the bottleneck?
Hello Everyone! I am currently using Alloy to build an App using the Model-Tableview binding. The App currently shows a list of categories, then when you click on a category it does a lookup using SQL...
View ArticleBlur image gets uploaded on server
Hello Guys, I am developing one application in which i need to upload an image to the server.i am taking photo and sending to the server.But on the server side the image looks blur.So how do i solve...
View ArticleFacebook Android Module
Hello guys, I'm developing a android application with SDK 3.2.3.GA. I have installed 3.0.2, 3.0.1 , 3.0.0 facebook module and I have perceived that these module use API V2.0 But with facebook API V2.0,...
View ArticleBottom: 0 on android 4.3; footer "rides" the keyboard up and down as if the...
I have a strange question, how can I tack a view to the bottom of the screen without it 'riding' the keyboard when up? I would like it to stay in place. Example code is simple and is as follows:...
View Articleplay/pause audio not work
hi. i run simple code to play/pause audio, but it gaves me this message libc: Fatal signal 11 (SIGSEGV) at 0x00000014 (code=1), thread 2872 (KrollRuntimeThr) and not work, why?? index.xml <Alloy>...
View ArticleClipboard EventListener?
Hi there, Is it possible to attach an eventlistener to the Ti.UI.Clipboard object to execute a function if data or text is placed onto the clipboard? I'm currently working on Android only, and would...
View ArticleAdding models to collections causes memory spikes in Model-View binding
Application type: mobile Titanium SDK: 3.3.0.RC Platform & version: iOS 7.1 Device: iOS simulator, iPhone 5S Host Operating System: OSX 10.9.3 I'm using Alloy model-view binding to keep data in a...
View ArticleRetrive custom object related photo
Hi, i have problems to retrive images related to some custom objects. I run this code: Cloud.Objects.query({ classname : 'test', page : 1, per_page : 10, response_json_depth : 8, where : { id :...
View Article