bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.9k stars 453 forks source link

TextBox context menu not showing for android - ok for windows and web🐛 #1022

Open AlastairOZ opened 7 months ago

AlastairOZ commented 7 months ago

When running in Android physical device or emulator, the TextBox long press (For mobile) does not bring up the platform context menu.

Instead a balloon shows with the contents of the TextBox. Running in web or windows does bring up context menu correctly

I installed latest version of fluent_ui and also upgraded Flutter/dart to test and still has this issue. (Using stable Flutter 3.13.2 Dart 3.2.6)

Android: image

Windows: image

Web: image

bdlukaa commented 7 months ago

Seems related to #1002

AlastairOZ commented 2 months ago

Any update on this? Context menu for Android is not working still