mozilla-magnet / magnet-adaptor-sched

Magnet adaptor for Sched venue urls
0 stars 3 forks source link

Javascript Warning shown in the app (android) #19

Closed isabelrios closed 8 years ago

isabelrios commented 8 years ago

This happens when tapping on an event from the tile to see its details. Related to issue #4 but a different error so opening this new issue screenshot_2016-06-01-09-51-19

isabelrios commented 8 years ago

That error happens using the debug build. With nightly build, that is not shown, but the browser is not open, instead this screen is shown: screenshot_2016-06-01-10-16-51

There, tapping on an event details launches the browser. Is this the new flow for seeing the event details? Thanks!

wilsonpage commented 8 years ago

This warning is a bug in the version of React-Native we're on. Upgrading to v0.26 will fix it, but requires that we update some on the APIs we use.

wilsonpage commented 8 years ago

Turning off DEV mode hides the warning. This can be done by shaking the device and tapping 'developer settings' and unticking the checkbox.

arcturus commented 8 years ago

Closing this, as it's not a bug in the magnet adaptor