j4hangir

Results 10 comments of j4hangir

Is the plugin usable right now for Android devices? It seems the webview's implementation of WebRTC is incorrect, and it's jittery for us. The same app runs well when browsed...

Confirmed, also happening to me, only on chrome on Windows, but works fine in Safari.

Back but mostly broken.

Having the same issue, the app randomly and often goes completely mute after switching.

This one just came to my attention when doing a datetime comparison using lambdas. All date in the database are stored in UTC, and the given datetime in a timezone-aware...

I looked at the code, it seems partially implemented but if you search for the emoji it will still show up.

It should be excluded everywhere. I'd say it's overall poorly implemented, for one there isn't much point of passing `emoji.id` where one can simply pass the emoji itself. I would...

@EtienneLem in my case it's passed when doing init(), and it's excluded, but when searching still pops up. Excluding emojis as they're written is way more intuitive, I'd pass a...

> Could you please checkout the `dist` files? I will update those for the next release I think it's through, although one more thing is missing which is the *me*...

I've replaced the audio recorder with capacitor-voice-recorder which is also web-friendly allowing iOS to use VAC as well. I've merely replaced the relevant parts in `recorder.js` and did some patching...