arcticfly

Results 22 comments of arcticfly

I had a different bug with action bars on Android, which I'll post here in case it helps anyone. My app displayed an action bar after the splash screen disappeared....

I found success in React with something like this: ``` const [pollInterval, setPollInterval] = React.useState(5000) React.useEffect(() => { const startPolling = () => setPollInterval(5000) const stopPolling = () => setPollInterval(0)...

@farminf How would you feel about releasing a new npm version with this change?

I'd love to see this merged

I had to reboot the remote Ubuntu machine I was working on. OS version: OSX 12.5.1 nerfstudio version: Browser type: Chrome Local or remote compute: remote Internet setup: Personal plan

Seeing the ticket would be super helpful for my team @mrousavy. If possible, we can try to fork the repo and submit a PR with our best work around?

Perhaps this link would work: https://cloud.google.com/iam/docs/creating-managing-service-accounts

I can confirm that issue still exists in Chrome (not Safari) on iPhone 11.

It sounds like a few people in this thread are actually having trouble getting the scale bar to disable in v10 (which is affecting our app as well). I created...

Same, I'm testing on Android 13 and this always fails