Is it possible to force a webView to don't reload ?
Hi everybody, I have a question about webViews : My app has 3 tabs, in one of them, there is a webview which load an audio player in javascript (with html5), it works, and I can change tab, the music...
View ArticleAndroid - Adding or modifying view height refocuses and scrolls last focused...
I have multiple lines of textfields and switches, there is one switch that, when activated, adds another field at the bottom. When this happens, the last textfield to be focused gets focused again and...
View ArticleNo effect on setting height and width for Ti.UI.Switch control
I created a new alloy project (1.5.1) and added a switch control. Why does the height and width have no effect on the switch no matter what size i give?. It just sticks to a definite size. Trying to do...
View ArticleExclude value="false" switches from Array
I am having trouble finding the correct way to exclude switch result that is set to value="false" from Array resultvar checkedlocation = []; for(var i = 0, j = FIELDS.length; i< j; i++){...
View ArticleCheckBox Uncheck
Hi All, i am developing an android app using titanium studio, in that i am selecting multiple rows using checkbox when i click on reset button that selected items must be unchecked how it is possible...
View ArticleGet all Switches in a view
How am I able to get all the switches in a view when using Alloy?
View ArticleDynamic id on switch not working
I am currently trying to use a dynamic id but I an unable to use it in my code. Currently I set the id using an incremental for loop with a prefix. So the id's are "check_1", "check_2" ect.. How do I...
View ArticleGet Switch Value inside ListItem
How do you get the value of a Switch when it is inside a List Item? Currently I can get the list item using:$.listview.sections[0].items[j] But a ListItem does not have a children attribute or anything...
View Article