You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm, I'm on the same build and not able to repro. Looking at the Ripple source, that it looks like the failure you are seeing is in the OpenLayers.js library (which Ripple uses for the map on the geolocation panel), and the only call to split() in onImageLoad() is a call to navigator.appVersion.split - and navigator.appVersion should never be undefined (though Ripple does replace the navigator object, so perhaps something new in Chrome has broken that).
Some questions:
What OS?
Does this repro for any Cordova project? Completely new/blank Cordova project?
Could you try cordova-simulate to see if you see the same error (it uses the same version of the OpenLayers.js library)? Install (npm install -g cordova-simulate) then, from the command line in your Cordova project, simulate <platform> (where <platform> is the Cordova platform you want to simulate).
Yes, it does reproduce for a new blank Cordova project;
I tried simulate android --target=chromium and I don't have that error. But still some buttons on my app do not work as it was using Ripple. So maybe it's something about the new Chromium code?
Hi,
I was used to run my cordova project on Chromium using
Ripple
.After upgrading to Chromium v55.0.2883.87 I get this error:
and some of the button on my app are not working.
It happens only on Chromium, everything works in Firefox v50.
What do you think?
Is anybody having the same issue?
Thanks
The text was updated successfully, but these errors were encountered: