Using the ionic serve --lab tool is sooooo helpful for developing ionic apps.
However, is there any plans to build in native device features at all?
One thing particular is being able to test the app on online and offline conditions and still debug the code, which is somewhat difficult on a PC! I have used the Ripple emulator in Chrome for this so far but it doesn’t always work too well.
I understand that, it’s just hard to debug when it’s actually running on the app.
Most of the javascript is fine to debug in chrome when developing but the device features like online/offline etc aren’t so easy. Like I said, Ripple is okay but doesn’t always work as expected!
I’ve implemented an error logging service with stacktrace.js and hoping that will help if there are any bugs
(Lab is awesome already by the way, it’s made it so much easier to test the styling and general app use. Just wondered if any other features were in the making!)
Any plans to include iPhone and iPad side-by-side? I’m only working on iOS at the moment, and this would prevent me from having multiple Chrome windows open to simultaneously emulate iPhone and iPad.