-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
IOS26Bug.mp4
"Upload Media from Camera" action works everywere BUT in IOS26 if it is inside a bottom sheet. Both Locally and direcltly on firebase.
because as soon as the action finish it closes the bottom sheet (WRONG BEHAVIOUR).
BUT if you flag the "Non Dismissable" property on bottom sheet, it works.
In other words, tha action correctly load the image(both locally and direcltly in firebase) But than for some error does not continue properly and close the bottom sheet.
This behaviour happens only on IOS26.
On androids, Web and older IOS versions works properly.
Expected Behavior
When Upload a foto from camera, it load properly and doesnt close the bottom sheet
Steps to Reproduce
- Create component with a button(Load media from camera) and a media viewer insde a row.
- create Page
- Create Button with action (openBottomSheet non dismissable)
- test on IOS26
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT40z8jf5Yhgrt9G7s/uKcJFmik5Jm48a5Inke1RaDYvCIyqOph/YODRYkpCTc+lY1NhHGKZjkgH/tLqi9rDGPFeGzKdba5byalUaDzNd3q8RaauDc2ebXFPI+VMC2qYyquzgh17HMZhc04n2zmteu7KVhTaCZ+/Zwh9f6PHaOI=
Visual documentation
IOS26Bug.mp4
Environment
- FlutterFlow version: 3.32
- Platform:IOS
- Browser name and version (web): Chrome Version 141.0.7390.108 (Official Build) (64-bit)
- Operating system and version affected: IOS 26Additional Information
No response