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');
});
}
When the StartScreen lounch, I execute the following function:
Change_Boundary_Detection();
It does not work... (I put a label named 'test_label' and I change its text value to see if it is working or not.
Do you see any issue with my code ?
Thanks a lot
Best regards
Xavier