lnufnu

Results 8 comments of lnufnu

Just that the `d3Selection.selectAll('.brush-chart').remove();` in `redraw charts()` in the demo makes the line chart render both axis and redraw lines. I may be unclear on how the charts interact with...

Hey @miglesiasEB, Thank you so much for looking into this! I have found a work around for now. I am keeping `d3Selection.selectAll('.line').remove();` inside my brush function, passing in the selection,...

This may be related to [cordova-plugin-meteor-webapp/issues/91](https://github.com/meteor/cordova-plugin-meteor-webapp/issues/91). Cordova and the mobile plugins fail to load before socket.io in my project.

@alanning I still get errors following the steps with ngrok. ``` ➜ testAndroid meteor run -p 3010 android-device --mobile-server=https://.ngrok.io [[[[[ ~/Development/testAndroid ]]]]] => Started proxy. WARNING: You are testing your...

I should have mentioned I'm running the 1.10.2 release with APK 27. Thank you for the suggestion, though.

I tried running it on emulators with APK 24 and 29 and still see the same errors. I have also tried removing `.meteor/local/cordova-build`, my home .cordova files, removing the Android...

Sure. This is the 1.10.1 app. It's pretty much just the skeleton from `meteor create`. Folder structure: ``` . ├── .gitignore ├── .meteor │   ├── .finished-upgraders │   ├── .gitignore │  ...