Search found 20 matches

Go to advanced search

by Corinne
Tue Nov 19, 2013 7:21 pm
Forum: Issues
Topic: google is not defined
Replies: 5
Views: 902
 
Jump to post

google is not defined

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

by Corinne
Fri Nov 15, 2013 4:26 pm
Forum: Issues
Topic: how to connect and query a MySql database
Replies: 6
Views: 1395
 
Jump to post

how to connect and query a MySql database

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!!

by Corinne
Sun Nov 03, 2013 1:37 pm
Forum: Issues
Topic: online/offline data synchronisation
Replies: 10
Views: 1444
 
Jump to post

online/offline data synchronisation

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.

by Corinne
Thu Oct 31, 2013 11:51 pm
Forum: Issues
Topic: google is not defined
Replies: 5
Views: 902
 
Jump to post

google is not defined

[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.

by Corinne
Thu Oct 31, 2013 10:53 pm
Forum: Issues
Topic: google is not defined
Replies: 5
Views: 902
 
Jump to post

google is not defined

Logcat from eclipse Error . code 10-31 15:36:43.388: D/CordovaLog(10250): file:///android_asset/www/Splash.html: Line 1 : Uncaught ReferenceError: google is not defined /code This only happens when App is run in flight mode(No Network)....
by Corinne
Thu Oct 31, 2013 7:29 pm
Forum: Issues
Topic: "More Properties" doesn't add properties
Replies: 4
Views: 720
 
Jump to post

"More Properties" doesn't add properties

Yes this git me too... lol

by Corinne
Tue Oct 22, 2013 10:27 pm
Forum: Issues
Topic: Android tabindex and some UI problems.
Replies: 10
Views: 1936
 
Jump to post

Android tabindex and some UI problems.

Yes I have this problem on Android 4.02. It would seem there is a double event fired for each tap.and some input events. I added this JS to fix the issue. Well tested and works great for all Android versions code last_click_time = new Date().getTime(); document.addEventListener('clic...
by Corinne
Fri Oct 04, 2013 6:16 pm
Forum: Issues
Topic: Push notification, When?
Replies: 26
Views: 7903
 
Jump to post

Push notification, When?

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..?

by Corinne
Fri Oct 04, 2013 6:11 pm
Forum: Issues
Topic: Adding a screen to Appery Eclipse project
Replies: 4
Views: 617
 
Jump to post

Adding a screen to Appery Eclipse project

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 !!!

by Corinne
Thu Oct 03, 2013 10:06 pm
Forum: Issues
Topic: Adding a screen to Appery Eclipse project
Replies: 4
Views: 617
 
Jump to post

Adding a screen to Appery Eclipse project

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??

Go to advanced search