Search found 17 matches

Go to advanced search

by asid
Thu Jul 21, 2016 3:22 am
Forum: Issues
Topic: Map generate InfoWindow content multiple markers
Replies: 3
Views: 855
 
Jump to post

Map generate InfoWindow content multiple markers

This is really fantastic thanks. Having an issue with my code. First I am filling an array from a service response. I have confirmed the data is there, I can even count the records. coordsArray .location does return -43.59670,172.38247 This does not work: position: new google.maps.LatLng( coordsArra...
by asid
Fri Mar 25, 2016 10:45 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 23831
 
Jump to post

Admob Installation

Hi, trying the same on a new app, in test mode but no test adds showing. Here what I did... I made a clean test App. set test = true in js file // offsetTopBar: false, // avoid overlapped by status bar, for iOS7+ bgColor: 'black', // color name, or '#RRGGBB' // x: integer, // valid when set position...
by asid
Fri Mar 25, 2016 9:23 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 23831
 
Jump to post

Admob Installation

I did import Admob Pro, now version 2.130. We don't put anything under the options button?

by asid
Fri Mar 25, 2016 8:07 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 23831
 
Jump to post

Admob Installation

Hi Mark, any suggestions?

by asid
Fri Mar 25, 2016 7:26 am
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 23831
 
Jump to post

Admob Installation

Hi Mark Yes I now about running in browser, but same error you posted so just wondering if related. Is the way I am calling the code correct on device ready event? Here is may js code... //Mark 2 months ago //Ok I figured it out. To help those who wish to add admob to their app without exporting to ...
by asid
Fri Mar 25, 2016 5:17 am
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 23831
 
Jump to post

Admob Installation

Hi

I have followed your code well. I am getting an error
Uncaught ReferenceError: AdMob is not defined, on browser and on actual device no adds show.

Is the below correct? Image

by asid
Tue Jan 26, 2016 10:44 pm
Forum: Issues
Topic: Invoking Service and running a loop on Success Event on Mapping
Replies: 10
Views: 1758
 
Jump to post

Invoking Service and running a loop on Success Event on Mapping

Hi Jack,
I have not attempted to do what you are trying within the mapping, but I would normally do all this type of work server side and then just return the totals as part of the record.

by asid
Fri Jan 22, 2016 6:07 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 23831
 
Jump to post

Admob Installation

Thanks for sharing

by asid
Thu Jan 21, 2016 8:57 am
Forum: Issues
Topic: On/off button for all music in app
Replies: 11
Views: 6909
 
Jump to post

On/off button for all music in app

You can set a local storage variable and check the status on page load or show.

var playMusic = localStorage.getItem('canPlay');
if (playMusic == "true") {
// do something
}

by asid
Sun Jan 17, 2016 7:14 am
Forum: Issues
Topic: Appery.io Editor Refresh and Saving Problem
Replies: 6
Views: 1177
 
Jump to post

Appery.io Editor Refresh and Saving Problem

This issue can occur if you internet connection drops out.

Go to advanced search