Magnus W

Results 12 comments of Magnus W

@TaiTair Did you try setting `padding: null` when creating your `Encrypter` instance? The default is `pkcs7`, which does not work with (unpadded) `CTR`. I had the same problem when encrypting...

This pull request seems to fix the issue of not working on Android 10, https://github.com/edufolly/flutter_bluetooth_serial/pull/110 Hopefully the authors will merge the pull request one day... until then, I guess we...

@Lyokone Any plans to merge this pull request in the near future? This issue is really blocking a lot of app releases.

For me they are even executed more than twice - and in completely random order. For example, when entering fullscreen, `onExitFullscreen` is called a few times and then `onEnterFullscreen` is...

A slightly better option than removing and adding the circle again is to call `disableEdit()` and then `enableEdit()`. Calling `reset()` didn't move the resize handle for me.

@resfandiari I tried applying your fix (#297) but it still didn't work (tested on Google Pixel 4a with Android 12). I still get an error message that the app crashed...

@Yczar Not sure if I understand you correctly - I got the error on Flutter 2.8.1...

Same issue here. From what I've observed, each individual item that should be clickable when in front of the webview must be wrapped in a `WebViewAware`. Obviously in a popup...

> Did you solve this issue? I am using https://www.x-kom.pl/p/579298-kabel-usb-unitek-kabel-usb-c-rs-232.html?gad_source=1&gclid=CjwKCAjw17qvBhBrEiwA1rU9w06YkDGMYIjXjV-aU73S-M1YKImUIzWoyIkomoYgr6SDYCNKk7ZM3xoCeQsQAvD_BwE I have this same issue Unfortunately the only way to "resolve it was to find a different USB adapter which...

Is this the same issue as this one? https://github.com/flutter/flutter/issues/32756 Personally I've only seen it coming from GCE phones (Google Cloud Engine), some kind of automated Google test probably. For those...