doushio
doushio copied to clipboard
Android is broken
- [x] Text entry is messed up
- [ ] Mobile /moe/ still explodes nine times out of ten if you try to upload something over 4G (ty Marsh)
Mobile /moe/ still explodes nine times out of ten if you try to upload something over 4G (ty Marsh)
I think that stopped happening after switching to client-side upload progress with XHR.onprogress instead of server-side, putting the site behind HTTP/2.0 or switching to pure websockets from SockJS. Likely one of the three.