alphasp / pxview

An unofficial Pixiv app client for Android and iOS, built with React Native.
MIT License
751 stars 85 forks source link

fix for iOS ugoira view and form input #8

Closed ITJesse closed 6 years ago

ITJesse commented 6 years ago
  1. Use requestAnimationFrame instead of setTimeout.
  2. Fix the bug of ugoira which always skip the first frame.
  3. Fix the bug of input box which cannot type Chinese or Japanese or other languages need IME.

This workaround comes from here: https://github.com/erikras/redux-form/issues/3317

alphasp commented 6 years ago

Merged, thanks!