Search found 123 matches

Go to advanced search

by Anton Artyukh5836028
Fri Jun 12, 2015 4:40 am
Forum: Issues
Topic: $timeout support on Appery.io ionic projects
Replies: 2
Views: 1029
 
Jump to post

$timeout support on Appery.io ionic projects

Hi Javier,

codevar $timeout = Apperyio.get( '$timeout' );/code

by Anton Artyukh5836028
Thu Sep 19, 2013 11:32 am
Forum: Issues
Topic: How we can embed text or banner ads to the appllication?
Replies: 1
Views: 719
 
Jump to post

How we can embed text or banner ads to the appllication?

Hi Max, For the integration of external (third party) code you always have to perform additional manipulation. So here, for the implementation of external scripts you need to make an effort to adapt the code. In particular, you should probably wrap banner JavaScript code in a function and call it, f...
by Anton Artyukh5836028
Tue Sep 17, 2013 10:10 am
Forum: Issues
Topic: response not showing in app page body
Replies: 2
Views: 1030
 
Jump to post

response not showing in app page body

Hi,

Do you use Use Appery.io Proxy parameter for request?

by Anton Artyukh5836028
Mon Sep 09, 2013 8:49 pm
Forum: Issues
Topic: Access dynamic created Input Control that is selected by a user.
Replies: 36
Views: 6602
 
Jump to post

Access dynamic created Input Control that is selected by a user.

So, If I change your code to this (in my backup of your project): prevar inputValue = $(this)&#46;val(); inputValue = parseInt(inputValue, 10); if (Math&#46;floor(inputValue) == inputValue) { if (inputValue < 0 || inputValue > 5) { alert("Value must be between 0 and 5") $(this)&...
by Anton Artyukh5836028
Mon Sep 09, 2013 7:32 pm
Forum: Issues
Topic: Access dynamic created Input Control that is selected by a user.
Replies: 36
Views: 6602
 
Jump to post

Access dynamic created Input Control that is selected by a user.

Unfortunately, I can find only Phyzio shared with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a from Christo Du Preez.

by Anton Artyukh5836028
Mon Sep 09, 2013 6:54 pm
Forum: Issues
Topic: Access dynamic created Input Control that is selected by a user.
Replies: 36
Views: 6602
 
Jump to post

Access dynamic created Input Control that is selected by a user.

Can you send public link to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a?

by Anton Artyukh5836028
Mon Sep 09, 2013 5:43 pm
Forum: Issues
Topic: Access dynamic created Input Control that is selected by a user.
Replies: 36
Views: 6602
 
Jump to post

Access dynamic created Input Control that is selected by a user.

Code must work. Do you have errors in console?

Can you give me a public link to your app? Or you can share it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.

by Anton Artyukh5836028
Mon Sep 09, 2013 5:19 pm
Forum: Issues
Topic: Access dynamic created Input Control that is selected by a user.
Replies: 36
Views: 6602
 
Jump to post

Access dynamic created Input Control that is selected by a user.

$(this).val(null); is wrong way to clear input. Use $(this).val( "" ); for this. I create simple app, added two inputs. For first input I create Value change event action with code: prevar inputValue = $(this)&#46;val(); inputValue = parseInt(inputValue); if (Math&#46;floor(inputVa...
by Anton Artyukh5836028
Mon Sep 09, 2013 4:50 pm
Forum: Issues
Topic: Access dynamic created Input Control that is selected by a user.
Replies: 36
Views: 6602
 
Jump to post

Access dynamic created Input Control that is selected by a user.

Ok, sorry,

Try this: pre$(this)&#46;get(0)&#46;focus();/pre

Go to advanced search