Maui for Android editor text selection issue

Haviv Elbsz 2,071 Reputation points
2024-07-14T14:14:48.0633333+00:00

Hello All. using Maui net 8 android 14. Please when I select a word in the editor a menu copy paste select all pop-up and when I choose select all the screen scroll and the selection mark is hidden and I need to scroll to see it. Please how I can fix this. Thank you.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,369 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 41,601 Reputation points Microsoft Vendor
    2024-07-15T03:06:29.4366667+00:00

    Hello,

    Thanks for your feedback.

    This is not a bug, but a design made by Google's system layer.

    When the pop-up window appears, it is not actually the operation panel given by MAUI, but a pop-up window at the system layer. Therefore, after selecting Select All, the position of the cursor cannot be responded to by the settings of the MAUI component.

    For text selection behavior, Editor does not have the ability to monitor the clipboard. You can refer to this Editor for the detailed functional scope of the APIs.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.