Results 12 comments of Artyom

Still didn't fixed :( But in the youtube app works fine.

Any chance to see it deployed 😅 ? It would be great to have https://github.com/aloisdeniel/flutter_device_preview/issues/180 as well in one place

@hareeshnkp I have the same problem. Locally it works fine but on AWS Device Farm it doesn't work at all. Fails with > java.lang.IllegalArgumentException: Can not set io.appium.java_client.MobileElement field to...

After logs investigation I see: but there is no successful message: Looks strange like `uploadTasks` is not empty but `urlSessionDidFinishEvents` has been called: I see `URLSessionDidCompleteWithError` after `URLSessionDidFinishEvents` ``` 2022-02-15...

Intermediate results of my investigation: I noticed that `urlSessionDidFinishEvents` is called but `uploadTasks` is not empty. It is ok according to the doc: https://developer.apple.com/documentation/foundation/nsurlsession/1411578-gettaskswithcompletionhandler I received the following logs: ```swift...

> The reason for the "sensor" would be to make an app like Youtube for example - even when have your app locked to portrait, when you play a video...

Hey! Any ideas how to solve this problem? This affects golden tests written via https://pub.dev/packages/golden_toolkit on CI machines due to different stacks (intel based or arm based chips). Also, the...

Same problem after upgrading Flutter from 3.3.10 to 3.7.0. Any idea why? Temporarily we set the threshold to 1% but it is not a solution I guess. We see this...