-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS and Android mobile apps #111
Comments
stretch goals:
|
I have more work to do but I merged the capacitor branch into dev - the gesture and frameloop=demand changes I made are probably ready for prod. I'm a little worried about the bundle ID change, might revert it before we release another desktop client |
Might want some kind of global manager to call raf.advance() on animation frames so we don't accidentally skip frames when needing to call advance from multiple places (or just call in a loop, it's probably cheaper than a three render) (see pmndrs/react-spring#1586) |
working on: switching from the main game area being a scrollview to using a swipe-up drawer on mobile for the moves list. TODO:
|
use useTransition to remove sidebar from document when not open?disable sidebar bee on mobile devicesThe text was updated successfully, but these errors were encountered: