-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small bug in Cordova 3.7.0 #312
Comments
It seems this #301 |
But it's weird that this error suddently happened on cordova 3.7.0 (iOS8, iPhone 6 Plus and iOS7, iPhone 5) I updated with remove platform and add platform (had a weird bug before, thats why I did like this) |
It's Cordova's issue. |
Could you put a
around it? That would at least stop NULLs being throttled to the log |
Not sure if this is related, the map and marker works fine for me, but I am getting following error when build using IOS, not js error but xcode error, any idea? 2014-12-20 18:11:06.372 App[1544:60b] ERROR: null |
so #352 was the problem and this is now fixed correctly. Maybe the patch is unessacary now? |
Hi Masashi,
just updated to Cordova 3.7.0 (careful people, some ugly bugs with console.log() and memory leaks, stay at 3.6.3 till they patch)
But there is a small problem. On init I receive more then 60 console.log messags with "NULL" and triggered red (as error)
They are invoked here:
https://github.com/wf9a5m75/phonegap-googlemaps-plugin/blob/master/www/googlemaps-cdv-plugin.js#L114
The message is also NULL.
The text was updated successfully, but these errors were encountered: