I took the returned results of http://maps.google.com/maps/api/js?se...
and added it as js text in page header.
But throws errors on load.
So not sure how to deal with this..
Thanks
I took the returned results of http://maps.google.com/maps/api/js?se...
and added it as js text in page header.
But throws errors on load.
So not sure how to deal with this..
Thanks
Im using Apperys rest services to connect to php scripts on my server. You cant connect directly with mysql.
I wont run JS on my server so php is a better option.
Works perfectly!!
I have all my App functionality and update-able items in Local Storage.
I Use simple cordova network state call. var networkState = navigator.connection.type;
Read app version, compare to existing and update if required and has service.
[quote:]
And if you test with network connection does it appears in Logcat?
[/quote]
No It does not.
Just want to make sure it does not affect the code in some way..
Or if its preventable by dynamically loading if network connection true.
Yes this git me too... lol
Android.
To receive push data on launch from gcm notification.
Push Notification events have to be in the start up screen though right?
Otherwise they are not captured if App is not running..?
IT WORKED!!!
Thank you soooooo much.
I did exactly as Marina Said. Adding my popups name location pairs to the Array on all other existing pages...
Did lots of App stress testing and all is well
THIS IS AWESOME !!!
Really?
So All I have to do is add my popup js, html, css
And push mypopup name, location to all other popup screens...
Is it really that easy??