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

fix(#94): make opacity 0.02 for iOS to show context menu for pasting #95

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

alimek
Copy link
Contributor

@alimek alimek commented Feb 19, 2025

I am not sure if that is best fix, but it does fix for iOS and Android/Web is not touched. Happy to test more scenario if needed.

@alimek
Copy link
Contributor Author

alimek commented Feb 19, 2025

I am going to apply that changes via

 textInputProps={{
  caretHidden: Platform.OS === "ios",
  style: {
    ...(Platform.OS === "ios" && {
      opacity: 0.02,
      color: "transparent",
    }),
  },
}}

in my app atm, and once its merged or fixed in better way ;-) will revert

@alimek
Copy link
Contributor Author

alimek commented Feb 19, 2025

fixing: #94

@anday013
Copy link
Owner

Thanks! I'll test and merge it today

@anday013
Copy link
Owner

Tested. Works!

@anday013 anday013 merged commit c8ac9f2 into anday013:main Feb 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants