rajdeep / proton

Purely native and extensible rich text editor for iOS and macOS Catalyst apps
Other
1.26k stars 81 forks source link

Native visionOS support #266

Closed bryan1anderson closed 6 months ago

bryan1anderson commented 8 months ago

Hoping its not too heavy a lift considering this is backed by UITextView which is available in visionOS

rajdeep commented 8 months ago

@bryan1anderson, I haven't tried it out yet, but I would assume it should just work. Depending on your use case, you might have to use a SwiftUI wrapper though.

Happy to look into any issues that you might run into with Proton on VisionOS.

bryan1anderson commented 8 months ago

@rajdeep here is a PR for that change. https://github.com/rajdeep/proton/pull/267

rajdeep commented 8 months ago

Thanks @bryan1anderson, I'll take a look at it over the weekend.

rajdeep commented 6 months ago

merged as part of #272