Community Questions & Answers
How to get webview load to fire once and then reset
Hi All I am using webview load to detect when a page is loaded but i need it to only fire once but it fires many times i have come up with a solution below to get it fire once, but this will only happen once and once only i need it to fire every time a...
Display alert message only once
I have a button, on click an alert appears and a new win will open. ~~~ button1.addEventListener('click', function(){ var win1 = Ti.UI.createWindow({ url:'some.js', }) { alert("Hello! You will only se me once :)"); };...
How to start sound when android app starts
Hey there. Is there a way to start sound automatically once an android app has started? I can't find documentation on this site. Thank you
Swipe Event, fire only once
I have a swipe event listener on window, and I want it to only call loadMug() which does an xhr request only once.. currently when I swipe it calls my function for each x position I've moved, what's the easiest way to do this?...
Showing 1-4 of 4