David Frey

Results 18 comments of David Frey

autoscrollElement does not seem to work on Ionic 1 either. Must be a js override by ionic preventing the scroll action. The keyboard just opens up over the messages.

I was able to accomplish this with animation on ios by simply changing the `bottom` value on the `messages` div when the keyboard 'show' and 'hide' events are fired. When...

This issue should still be open as since it is not solved.

Update:  Got my flutter app talking to my Feather with your library and flutter_blue 0.4.0

> Great! Let's keep this issue open so I don't forget to check if an update is possible anyway 👍 Yes...you'll need ^0.6.0+1 for the changes/fixes to scan/stop scan, connect/disconnect...

Biggest issue for me on 0.4.0 is not being able to properly disconnect bluetooth. You can disconnect the Serial stream but not the connection itself.

@mriza1815 For me, `` simply moved the camera view to the right a little bit.

Perhaps [this SwiftyCam](https://github.com/Awalz/SwiftyCam/issues/136) is related?? And [this SwiftyCam issue #143](https://github.com/Awalz/SwiftyCam/issues/143) [**The fix**](https://github.com/Awalz/SwiftyCam/commit/b0d6fd2ca45f2d41a9ef3d6f2c79a2b5095fa071#diff-f569916ddfc3430069279a3f93b0d43c)

Neither `_flutterBlue.stopScan()` nor `_scanSubscription.cancel()` are preventing this error for me on 0.6.0 +1. `_Exception (Exception: Another scan is already in progress.)` And according to [this issue](https://github.com/pauldemarco/flutter_blue/pull/17) `.stopScan()` shouldn't be used...