Devices's screen is not showing up
TuHuynhVan opened this issue · 4 comments
TuHuynhVan commented
sorccu commented
The example is just an example. It's not meant to be 100% reliable. That being said, it's impossible to say anything without seeing the full log output from both minicap and the node app (both of which you do have running at the same time, right)?
Also, the device screen must be on or you won't see anything.
TuHuynhVan commented
Thanks @sorccu for rocket response!
It seems there is just only one client can request the socket at same time.
Let me dig more.
Could you possibly help me to point out any good source to build webview and catch the websocket to get device screen?
sorccu commented
Like I said earlier it's a limitation of the Apple APIs. You can NOT have the screen of multiple devices open at once.
TuHuynhVan commented
Thank you anyway!