Search found 6 matches

Go to advanced search

by Walter Lee6181771
Thu Sep 19, 2013 11:56 pm
Forum: Issues
Topic: Sending content to other android applications
Replies: 4
Views: 1296
 
Jump to post

Sending content to other android applications

if I like to call below intent from appery to send multiple person SMS, can I do it ? Any example ? I wonder if I can call sms intent from JS ? thank you! ------------------------------------------- http://stackoverflow.com/questions/16... String toNumbers = ""; for ( String s : numbersArr...
by Walter Lee6181771
Thu Sep 19, 2013 5:41 pm
Forum: Issues
Topic: iOS .ipa Click Events Not functioning properly
Replies: 26
Views: 5062
 
Jump to post

iOS .ipa Click Events Not functioning properly

what exactly is a virtual click ?
Can I add a button for real click, which then in turns call another 4 virtual click buttons ?
My idea is to hit one real button which will in turns click 4 other buttons in order ?
Will it work if I use virtual clicks for the 4 in order ?

by Walter Lee6181771
Thu Sep 19, 2013 5:34 pm
Forum: Issues
Topic: share text from my app to other app like whatsapp,skype
Replies: 3
Views: 690
 
Jump to post

share text from my app to other app like whatsapp,skype

the above link does not exist now.
Any new url to http://help.tiggzi.com/5steps ?

I lke to see how to call another app outside from this app ?
thank you !

by Walter Lee6181771
Sat Sep 14, 2013 9:37 am
Forum: Issues
Topic: How to log a timestamp ?
Replies: 6
Views: 1172
 
Jump to post

How to log a timestamp ?

Hi, Katya, I followed the steps and make a new button to run JS below when clicked, { localStorage.setItem('mytime',new Date()); var timestamp = localStorage.getItem('mytime'); Appery('StroketimeLable').text((timestamp)); } I can see the label has "Sat Sep 14 2013 02:34:40 GMT-0700 (Pacific Day...
by Walter Lee6181771
Tue Aug 27, 2013 7:24 pm
Forum: Issues
Topic: How to Set up a splash screen for user to agree the disclaimer page before going to main screen ?
Replies: 11
Views: 3388
 
Jump to post

How to Set up a splash screen for user to agree the disclaimer page before going to main screen ?

Thank you ! I am very beginner in JS and others. So, any more example on how to use the localStorage will help me a lot ! I am thinking to add 1/ events onLoad to see if localStorage var Accept=true or not ? 2/ if not, then display this disclaimer page to ask for Accept button or Quit button 3/ if u...
by Walter Lee6181771
Tue Aug 27, 2013 6:53 am
Forum: Issues
Topic: How to Set up a splash screen for user to agree the disclaimer page before going to main screen ?
Replies: 11
Views: 3388
 
Jump to post

How to Set up a splash screen for user to agree the disclaimer page before going to main screen ?

Wow ! Thank you ! Marina !

related q -
1/ any way to store this acceptance so it will not ask in the future ?

2/ what JS or others will it be if I like to call another app from a button ?
e.g. a button to call another app B from a button of app A ?

Go to advanced search