Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not share to WordPress from Apple Notes #12008

Open
charliescheer opened this issue Jun 26, 2019 · 6 comments
Open

Can not share to WordPress from Apple Notes #12008

charliescheer opened this issue Jun 26, 2019 · 6 comments

Comments

@charliescheer
Copy link
Contributor

Expected behavior

If you go to apple notes, and click on the share button you should be able to select to share to the WordPress app, and share as a draft to the WordPress app.

Actual behavior

In WordPress 12.6 and above WordPress does not appear as an option to share to. I tested this on a few other apps and it seems to be isolated to apple notes.

@jkmassel tested this with me and he was not seeing the same problem when using iOS 12.3, so it may be an iOS problem as well.

Steps to reproduce the behavior

On a device that is an older version of iOS than 12.3:

  1. open apple notes
  2. click on the sharing button
  3. click on more to look for WordPress.

WordPress 12.6, 12.6.1 (also tested on 12.5.1 and it was working fine)
iOS 12.3.1

@frosty
Copy link
Contributor

frosty commented Jun 26, 2019

@nheagy You mentioned that we made a change to the sharing predicate around this time?

@nheagy
Copy link
Contributor

nheagy commented Jun 26, 2019

Yes, here: #11780

It's tough to wrap my head around. The change was just supposed to remove the limit for how many images could be shared. iOS 12 and 13 may be different because the format(s) notes shares in may have changed.

@stale
Copy link

stale bot commented Jul 11, 2020

This issue has been marked as stale because:

  • It has been inactive for the past year.
  • It isn't in a project or a milestone.
  • It hasn’t been labeled [Pri] Blocker, [Pri] High, or good first issue.

Please comment with an update if you believe this issue is still valid or if it can be closed. This issue will also be reviewed for validity and priority (cc @designsimply).

@stale stale bot added the [Status] Stale label Jul 11, 2020
@synora
Copy link

synora commented Jul 22, 2020

We have a user in 3156719zen reporting this same issue.

@dangermattic
Copy link
Collaborator

Thanks for reporting! 👍

@kean
Copy link
Contributor

kean commented Dec 20, 2024

RCA: these queries need to be updated from @count == 1 to @count >= 1

                SUBQUERY(
                $extensionItem.attachments,
                $attachment,
                ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text"
                || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.text"
                ).@count >= 1

Noting that the editor used in the extension doesn't currently fully support rich text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants