Search found 38 matches

Go to advanced search

by Dan Hoeck
Thu Oct 02, 2014 4:52 am
Forum: Issues
Topic: How to a message "Add to homescreen"
Replies: 7
Views: 877
 
Jump to post

How to a message "Add to homescreen"

I've removed
from the header but am still unable to successfully get the "add to home screen" object to appear.

Has there been an update to make this work?

by Dan Hoeck
Mon Aug 18, 2014 6:49 pm
Forum: Issues
Topic: How to change mapped value by adding JS?
Replies: 2
Views: 452
 
Jump to post

How to change mapped value by adding JS?

perfect! Thank you!

by Dan Hoeck
Mon Aug 18, 2014 6:15 pm
Forum: Issues
Topic: How to change mapped value by adding JS?
Replies: 2
Views: 452
 
Jump to post

How to change mapped value by adding JS?

Hi, I am having an issue identifying a mapped value. I am ultimately mapping a date from my database to a label. My entire code is at the bottom, but my issue is really with the following piece: var date = "'+value+'"; How do I properly code the mapped value to set the variable? My full co...
by Dan Hoeck
Mon Aug 18, 2014 5:47 pm
Forum: Issues
Topic: How can I have a label change font colors depending on the word displayed?
Replies: 2
Views: 454
 
Jump to post

How can I have a label change font colors depending on the word displayed?

this was correct!

I found other issues that prevented this from working within my mapping.

Thank you for your help!

by Dan Hoeck
Mon Aug 18, 2014 5:41 pm
Forum: Issues
Topic: I have a page that utilizes Google Maps. When the page is navigated to, the back button does not work.
Replies: 5
Views: 665
 
Jump to post

I have a page that utilizes Google Maps. When the page is navigated to, the back button does not work.

instead of using the default header "back" button, I had to use java instead to make it work. On clicking the custom "back" button (instead of a header back button), I used the following javascript:

{
parent.history.back();
return false;
}

by Dan Hoeck
Thu Aug 14, 2014 12:34 am
Forum: Issues
Topic: How can I have a label change font colors depending on the word displayed?
Replies: 2
Views: 454
 
Jump to post

How can I have a label change font colors depending on the word displayed?

The label changes color depending on whether a static label, with text "" is displayed or not. The label is inside a radio group. The radio group elements are mapped from a query. If the query returns no results, label is not equal to "", and the color of a different label is sup...
by Dan Hoeck
Wed Aug 06, 2014 4:03 pm
Forum: Issues
Topic: navigator.app.loadUrl(the_link, { openExternal:true } ); not supported with latest release of Appery.io Android Tester A
Replies: 13
Views: 1912
 
Jump to post

navigator.app.loadUrl(the_link, { openExternal:true } ); not supported with latest release of Appery.io Android Tester A

I have been trying to use

window.open(the_link, "_system");

but cannot seem to get it to work, if in place of "the_link" I use a var. Any suggestions?

by Dan Hoeck
Thu Jul 24, 2014 5:15 pm
Forum: Issues
Topic: radio button value change event store in local storage
Replies: 8
Views: 921
 
Jump to post

radio button value change event store in local storage

this was very helpful for me as well! Thank you!

by Dan Hoeck
Wed Jul 16, 2014 6:18 pm
Forum: Issues
Topic: I have a page that utilizes Google Maps. When the page is navigated to, the back button does not work.
Replies: 5
Views: 665
 
Jump to post

I have a page that utilizes Google Maps. When the page is navigated to, the back button does not work.

I'm getting the following error on the test page:

Uncaught TypeError: Cannot read property 'msie' of undefined

I am unable to recreate the issue on the published site, because when I click the link to navigate to the Google maps page, the page automatically redirects to www.appery.io.

by Dan Hoeck
Wed Jul 16, 2014 5:23 pm
Forum: Issues
Topic: I have a page that utilizes Google Maps. When the page is navigated to, the back button does not work.
Replies: 5
Views: 665
 
Jump to post

I have a page that utilizes Google Maps. When the page is navigated to, the back button does not work.

Any button I have added to the page that onclick, navigates to another page, does not work.

Go to advanced search