Closed Pfenya closed 1 month ago
This is a limitation of Flutter itself: https://pub.dev/packages/feedback#-known-issues-and-limitations
Unfortunately, I can't do anything about it :(
If you have ideas for a fix, please let me know about it.
Thanks for the quick response! Interesting though that Android is working. If I find anything I'll let you know. Thanks for the great package in any case!
Version
3.1.0
Library
feedback_gitlab
Flutter channel
stable
Flutter version
3.24.3
Platform
iOS
Details
I am working on a small Flutter app that has a Webview in it. I added a Floating Button to be able to collect feedback during testing. The button itself works and opens the feedback interface but when running it with the iOS simulator for iOS 18 the screenshot that gets included for gitlab is simply a blank image. From the Android simulator it is working fine.
Unfortunately I do not have it set up yet to test with a real iOS device so I do not know if that would make a difference.
Code is very straightforward:
Thanks for feedback - I am new to Flutter so this may be due to user error also
Steps to reproduce
Output of
flutter doctor -v