Search found 13 matches

Go to advanced search

by Xavier
Sat Sep 19, 2015 9:28 pm
Forum: Issues
Topic: Is there an easy way to incorporate advertising into Appery Apps?
Replies: 5
Views: 1545
 
Jump to post

Is there an easy way to incorporate advertising into Appery Apps?

Hi, There is an admob plugin for cordova. https://github.com/admob-google/admob... Did anyone tried it ? This page says that a cordova plugin must have both a .js file and a .java file. https://devcenter.appery.io/documenta... The admod plugin only has a .js file. How to deal with it ? Thanks Kind r...
by Xavier
Wed Jul 15, 2015 9:17 pm
Forum: Issues
Topic: value parameter in JS mapping
Replies: 1
Views: 482
 
Jump to post

value parameter in JS mapping

Dear all, I am performing a mapping in a service ('before send'). I am trying to modify the value by clicking the JS button. The web interface tells me that I can use a "value" parameter (i.e., " function (value){...]") Nevertheless, the value parameter is not defined. When I set...
by Xavier
Mon May 25, 2015 12:25 pm
Forum: Issues
Topic: Other Gmaps events
Replies: 3
Views: 915
 
Jump to post

Other Gmaps events

Hi Sergiy, I tried to implement your proposal: I declared a javascript function (CREATE NEW - JavaScript): function Change_Boundary_Detection() { omap = Appery("googlemap_57"); google.maps.event.addListener(omap, 'bounds_changed', function() { Apperyio('test_label').text('TEST'); }); } Whe...
by Xavier
Mon May 25, 2015 9:20 am
Forum: Issues
Topic: Other Gmaps events
Replies: 3
Views: 915
 
Jump to post

Other Gmaps events

Dear all,

I would like to add another kind of event for Gmaps.
The one interesting me is 'bounds_changed'.
cf. https://developers.google.com/maps/do...

I can't figure out how to code this new event in my project.

Thanks in advance for your advices.

Best regards
Xavier

by Xavier
Tue May 12, 2015 8:52 am
Forum: Issues
Topic: Map centering when performing a mapping
Replies: 9
Views: 2963
 
Jump to post

Map centering when performing a mapping

Hi Orishchuk, Here is the JS code I used: var omap = Appery("googlemap_57"); omap.options.latitude = 48.8534100; omap.options.longitude = 2.3488000; omap.options.address = ''; // I tested with and without the following line // omap.options.mapElement.gmap( { 'center': new google.maps.LatLn...
by Xavier
Mon May 11, 2015 12:36 am
Forum: Issues
Topic: Map centering when performing a mapping
Replies: 9
Views: 2963
 
Jump to post

Map centering when performing a mapping

Hi Evgene, Here is the code I use on screen oad: Appery("googlemap_57").options.mapElement.bind('init',function(evt, map) { var omap = Appery("googlemap_57").gmap; var latLngParis = new google.maps.LatLng(48.8534100, 2.3488000); omap.panTo(latLngParis); omap.setZoom(13); }); Best...
by Xavier
Sun May 10, 2015 2:14 am
Forum: Issues
Topic: Map centering when performing a mapping
Replies: 9
Views: 2963
 
Jump to post

Map centering when performing a mapping

Hello Evgene, I made what you proposed: I removed 'Paris,Fr' from the address field I put a java script code to change the center of the map when the screen loads. Nevertheless, the issue keeps on occuring. Now when I click the button, the map centers at a 0/0 Latitude/Longitude point. Do you have a...
by Xavier
Sat May 09, 2015 8:59 am
Forum: Issues
Topic: Map centering when performing a mapping
Replies: 9
Views: 2963
 
Jump to post

Map centering when performing a mapping

Hi Evgene,

You are right, this is not a 'default location'.
I entered 'Paris,Fr' in the Gmap 'Address' field provided by Appery.

Even if I move the map, it re-centers to this address each time I click the button.

Thanks for your help
Xavier

by Xavier
Sat May 09, 2015 1:38 am
Forum: Issues
Topic: Map centering when performing a mapping
Replies: 9
Views: 2963
 
Jump to post

Map centering when performing a mapping

Hi, My app have a non common behavior :-( I have: a Gmap with a default location set to 'Paris,Fr' a button which invoke a mapping from a storage list to a MobilList Each time I I click the button, the map centers to 'Paris,Fr'. What I do not understand is that the button, the stored list and the Mo...
by Xavier
Mon Apr 20, 2015 12:58 pm
Forum: Issues
Topic: Gmap boundaries
Replies: 4
Views: 1266
 
Jump to post

Gmap boundaries

Dear Bruce, Thank you for your fast answer !! I obtained errors and I had to add an extra line of code. Here is may code: ##################################### Appery("googlemap_57").options.mapElement.bind('init',function(evt, map) { var omap = Appery("googlemap_57").options.map...

Go to advanced search