WordPress-Editor-iOS icon indicating copy to clipboard operation
WordPress-Editor-iOS copied to clipboard

⛔️ [DEPRECATED] A reusable iOS rich text editor component.

Results 100 WordPress-Editor-iOS issues
Sort by recently updated
recently updated
newest added

I am running code on iOS 11, When user click the edit field it scrolls the editor to top and editing position disappears, Even when type some text and editor...

1: When I input Chinese Words ,The title color is placeholder‘s color ![8386f07f-5b75-4add-9e27-37e757a4702f](https://user-images.githubusercontent.com/8651519/31537451-d2a67574-afc7-11e7-9dc5-5cb569816bc0.jpeg)

first enter WPEditorViewController,it's ok. second,The keyboard will flash

version 1.9.5 Code: `[self insertImage:@"http://www.corefac.com/img/logo.png" alt:@""];` `NSLog(@"html: %@", [self getHTML]);` Result in iOS 9.2 `html: ` Result in iOS 11 `html: `

Fixed this issue by putting the tool into non-edit mode on viewdidload. I found the ‘Edit’ bar button to be confusing as it’s title doesn’t update based on it’s state....

I just upload pictures, then the location of the picture will be reversed, how to solve? If I enter a text, then the picture position will not be reversed.