question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pasting into MAUI text entry does not work on iOS

See original GitHub issue

Description

Pasting into the MAUI text entry does not work. I have verified that I am able to paste the data into other iOS apps (like messages). See video here:

https://user-images.githubusercontent.com/104405893/192114697-94cf185c-1a30-4410-9dfc-ab7b35fff074.mp4

Steps to Reproduce

Open the Maui samples task app https://github.com/dotnet/maui-samples/tree/main/6.0/Beginners-Series

Or create from scratch

  1. Create new maui app
  2. Add a simple text entry
<Entry x:Name="entry"
       Placeholder="Enter text"
       TextChanged="OnEntryTextChanged"
       Completed="OnEntryCompleted" />
  1. Run the app on iOS
  2. Type something into the text entry
  3. Select and copy the text in the entry
  4. Try to paste it into the text entry

Link to public reproduction project repository

https://github.com/dotnet/maui-samples/tree/main/6.0/Beginners-Series

Version with bug

6.0.486 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 15

Did you find any workaround?

N/A

Relevant log output

N/A

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
msftbot[bot]commented, Sep 28, 2022

We’ve moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

1reaction
sunnamed434commented, Dec 16, 2022

confirm that on Windows 11 (Maui Blazor) everything is ok now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Moving the cursor in an Entry field causes crash in iOS 16
Description When editing text in an Entry field, if you attempt to move the cursor to a non-end-of-line position the application will crash....
Read more >
MAUI IOS: Label Property InputTransparent=true does not ...
I'm using a layout where there is a Label above the button. Previously, in xamarin.forms, this property worked, which allowed you to click...
Read more >
Clipboard - .NET MAUI
NET Multi-platform App UI (.NET MAUI) IClipboard interface. With this interface, you can copy and paste text to and from the system clipboard....
Read more >
Get started building a material text entry in .NET MAUI
This video is an excerpt from "Building a Material Text Entry in .NET MAUI ". ... iOS, and more through the book's hands-on...
Read more >
Pasting text into dark mode results in unreadable text
Pasting text into dark mode results in unreadable textClosed - Not a Bug ... If the solution/workaround does not work, please feel free...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found