Search found 17 matches
- Thu Jul 21, 2016 3:22 am
- Forum: Moved from Get Satisfaction
- Topic: Map generate InfoWindow content multiple markers
- Replies: 3
- Views: 306
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...
- Fri Mar 25, 2016 10:45 pm
- Forum: Moved from Get Satisfaction
- Topic: Admob Installation
- Replies: 33
- Views: 3870
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...
- Fri Mar 25, 2016 9:23 pm
- Forum: Moved from Get Satisfaction
- Topic: Admob Installation
- Replies: 33
- Views: 3870
Admob Installation
I did import Admob Pro, now version 2.130. We don't put anything under the options button?
- Fri Mar 25, 2016 8:07 pm
- Forum: Moved from Get Satisfaction
- Topic: Admob Installation
- Replies: 33
- Views: 3870
Admob Installation
Hi Mark, any suggestions?
- Fri Mar 25, 2016 7:26 am
- Forum: Moved from Get Satisfaction
- Topic: Admob Installation
- Replies: 33
- Views: 3870
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 ...
- Fri Mar 25, 2016 5:17 am
- Forum: Moved from Get Satisfaction
- Topic: Admob Installation
- Replies: 33
- Views: 3870
- Tue Jan 26, 2016 10:44 pm
- Forum: Moved from Get Satisfaction
- Topic: Invoking Service and running a loop on Success Event on Mapping
- Replies: 10
- Views: 764
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.
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.
- Fri Jan 22, 2016 6:07 pm
- Forum: Moved from Get Satisfaction
- Topic: Admob Installation
- Replies: 33
- Views: 3870
Admob Installation
Thanks for sharing
- Thu Jan 21, 2016 8:57 am
- Forum: Moved from Get Satisfaction
- Topic: On/off button for all music in app
- Replies: 7
- Views: 991
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
}
var playMusic = localStorage.getItem('canPlay');
if (playMusic == "true") {
// do something
}
- Sun Jan 17, 2016 7:14 am
- Forum: Moved from Get Satisfaction
- Topic: Appery.io Editor Refresh and Saving Problem
- Replies: 6
- Views: 482
Appery.io Editor Refresh and Saving Problem
This issue can occur if you internet connection drops out.