Jesse Boyes
Jesse Boyes
Thank you for this PR @Patrick-Remy - it's not quite fixed for me but your fork gets me much closer, as at least I can register tokens successfully - However,...
Unfortunately don't have a real Android handy to test on, but has been working just fine for both iOS and web pushes.. I'm trying to send from a firebase function...
I get the same kind of response from that endpoint, something like: `{"multicast_id":6378540861801009517,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InternalServerError"}]}` (and verified that we get other kinds of appropriate errors for bad tokens if we send them,...
Should note that this is 100% repeatable in Chrome v83
It seems that you can work around this issue by pausing and resuming impetus when right click is detected: ``` $("#my-element").on("contextmenu", function (e) { impetus.pause(); impetus.resume(); }) ```
Hi Chris, You're exactly right about why simply setting scrollRectToVisible: won't work. The CubeView simulates a very long scrolling list using a short scrollView, hopefully enabling lists that could potentially...
Thanks for the report! I'll take a look.