Todoroscean Dragos

Results 6 comments of Todoroscean Dragos
trafficstars

I have the same problem, nothing works from the internet or this thread. Anyone have any ideas ? (Mac M1 Pro)

I have the same problem. Not working on Android 11-12. Already have `MODIFY_AUDIO_SETTINGS` , also tried both methods `setSpeakerphoneOn` and `setForceSpeakerphoneOn`. Any solution so far ?

anybody could fix this problem?

Error still exists in 2023

Next.js. Lottie-web uses the window object, which is not available during SSR. To fix this use the following code: [Ref here](https://stackoverflow.com/a/77824774/13957679) ``` import dynamic from 'next/dynamic'; const Lottie = dynamic(()...