hm21 / pro_image_editor

The pro_image_editor is a Flutter widget designed for image editing within your application. It provides a flexible and convenient way to integrate image editing capabilities into your Flutter project.
https://hm21.github.io/pro_image_editor/
BSD 3-Clause "New" or "Revised" License
134 stars 72 forks source link

[Bug]: In device Iphone SE (3rd generation) extra space on bottom while typing. #206

Open amazed11 opened 2 months ago

amazed11 commented 2 months ago

Package Version

5.2.2

Flutter Version

3.24.1

Platforms

iOS

How to reproduce?

When you open the image editor and write something in image there is some extra lines in this iphone SE device only why such behaviour other iphone seems ok. This iphone SE is small device so is there any issues with it. Screenshot 2024-09-01 at 20 44 49

You can see the extra space bottom while typing. Test device : Iphone SE (3rd gen)

Logs (optional)

No response

Example code (optional)

No response

Device Model (optional)

Iphone SE (3rd Generation) Version (ios 17)

Tomushh97 commented 1 month ago

+1, bug repeats on other devices too.

hm21 commented 1 month ago

@Tomushh97 on which device do you encounter this issue? And on an emulator or native device?

Tomushh97 commented 1 month ago

Both on the emulator and on native device, in my case - Redmi Note 13 Pro

Tomushh97 commented 1 week ago

Hey, is there any progress on this issue?

hm21 commented 1 week ago

@Tomushh97 Currently, no. I attempted to reproduce the issue a few days ago using emulators like the iPhone SE, but everything worked fine on my end. If I have time in the coming days, I’ll try again with other emulators to see if I can replicate the issue.