Utsav

Results 11 comments of Utsav

Do we have any permanent solution for this?

#111 Similar to this where int coming out as String (in DateTime format)

But why would the value be in `DateTime` format? Any idea?

@srinivasupadhya The `RedirectEvent` happens only once when the initial URL passed is opened but not for subsequent navigations.

@the-airbender I can also confirm this issue persists on physical iOS device. ``` quill_html_editor: ^2.2.8 ``` ``` Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (3 weeks...

By chance, I added `scrollPhysics` and `scrollPhysicsScale` params and it somehow make the PDF scroll speed more natural. ```dart params: const PdfViewerParams( scrollPhysics: FixedOverscrollPhysics(maxOverscroll: 100), scrollPhysicsScale: BouncingScrollPhysics(), ) ``` I...

Same issue with image, noticed it in iOS 26 & Flutter 3.35.3