nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 584 forks source link

Keyboard not showing under iOS 9 #98

Closed neowinston closed 8 years ago

neowinston commented 8 years ago

It shows fine under iOS 7 to 8, by using:

self.editorView.keyboardDisplayRequiresUserAction = NO;

But it's not working on iOS 9.

Is there a fix for this?

Thanks!

hagile commented 8 years ago

Have you able to fix it? @sunsidew

neowinston commented 8 years ago

Yes, I fixed it. But I can't remember what I did. I'm trying to figure it out.

hagile commented 8 years ago

@neowinston, please do let me know if you found the solution :+1:

neowinston commented 8 years ago

Sure, I'm on it.

neowinston commented 8 years ago

Sorry, couldn't find my fix now, but I assure you that it's woking under iOS 7, 8 and 9. Can try again later.

masong2012 commented 8 years ago

1) Keyboard will Disappear when TextEditor has many newline,and I can't Edit it any more 2)It locate the last row in Editor frequently, however i finger locate in. Some people encountered such a problem?

ghost commented 8 years ago

@neowinston @hagile @masong2012 I have just tried to recreate this issue and I wasn't able to so I am going to close this issue for now but if you can give me some clear steps to reproduce this issue and I am able to reproduce it then I will re-open it.