wordpress-mobile/react-native-aztec

iOS: Editor glitches when typing.

Closed this issue · 0 comments

The editor shows some issues when typing in iOS. As you type you'll notice the editor view jumping up and down due to the contentSize updates during layout.

We need to figure out how to skip sending the contentSize during layout and instead just update it whenever we have the final laid-out contentSize.