<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Copy/paste popup not working"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124752#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Copy/paste popup not working"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124752">bug 124752</a>
              from <span class="vcard"><a class="email" href="mailto:tml@iki.fi" title="Tor Lillqvist <tml@iki.fi>"> <span class="fn">Tor Lillqvist</span></a>
</span></b>
        <pre>One thing I noticed now (well, I *should* have known it, but did not remember)
is that LibreOffice has no code for interfacing with the iOS system clipboard.
There is code to interface with the macOS clipboard (NSPasteboard), but not the
iOS one (UIPasteboard). Their APIs are not similar enough that it would be a
case of changing NSPasteboard to UIPasteboard.

The fix for pasting text into the iOS app from the system clipboard that was
implemented recently (<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Copy from any iOS app and paste into LibreOffice iOS app does not work"
   href="show_bug.cgi?id=125410">bug #125410</a>, commit
936f3a143520c5a8c72fd0976c88580d3393d034) was purely in JavaScript, I added
handling of the "paste" event. But the copy/paste popup uses functionality
inside LibreOffice core, that does not exist for iOS yet. Working on it.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>