rexmihaela

Results 4 comments of rexmihaela

This issue might've been resolved in iOS 16.6. There was another bug that Apple fixed, related to barcode scanning being super slow and qr codes being prioritized if on the...

> Facing the same issue on Android. iOS works fine though. When the user logs out and logs in again, the login screen does not appear and user gets auto-logged...

Snippets from my code that worked: ``` class MyScannerPlugin : FlutterPlugin, ActivityAware, MethodCallHandler, ActivityResultListener, StreamHandler { private var mActivityBinding: ActivityPluginBinding? = null ... override fun onAttachedToActivity(binding: ActivityPluginBinding) { mActivityBinding =...