Abishek PY
Abishek PY
Try to delete the node_modules folder and reinstall the dependencies.
@ricardojlrufino Sorry for the late reply. What is the file type you tried to send?
It looks like you are connected only to the voice channel. And not connected to the data channel.
Process to make a successful connection: Peer 1 and peer 2 need to be in online. And both need to be in same conversation page or chatting to enable file...
Getting this error on some of my projects. I'm also looking for some help.
I also had this issue a long time ago. I had this issue with native `web-rtc` and not with `simple-peer`. My offer got send but it fails to produce an...
I'm also looking for a fix
Here is an example https://codesandbox.io/s/peaceful-banzai-9sqfd Test it on mobile. It works correctly on desktop but not on mobile
Also check this one https://codesandbox.io/embed/adoring-dhawan-js373?file=/src/index.js&codemirror=1 Only reverse infinite scroll is not working. Normal infinite scroll is working
Here is a quick fix [fix](https://github.com/vj-abishek/react-infinite-scroll-component/tree/mobile) If you want to install this: `npm i vj-abishek/react-infinite-scroll-component#mobile` The issue is, when we use `flexDirection: 'column-reverse'` . The scroll bar is set to...