-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devices do not react on clicks - swipes only #86
Comments
I had a problem similar to this one. I noticed that in the config.json file, you are informing the screen resolution size in "uiWidth" and "uiHeight". You need to inform the viewport size of the device. You can google, for example, "iPhone X viewport size". I hope it helps with this issue |
Hi @EvandroFranca , It helped. Thx! One Problem sovled. The animation is still choppy though and sometimes the device disconnects. |
I was facing a similar issue. Have you builded both CFAgent and Vidstream apps on the devices using Xcode? |
yup |
Hi!
Apologies if its a duplicate but I searched and haven't found anything similar :(
I have three issues to be specific:
First and biggest is that both of the devices do not react on clicks (for example on app icons).
On the iPad i can swipe between home pages though (on iPhone I cannot).
On both I can open the top menu with swiping or with this button
and navigate home with this one
Also, (second issue) they seem to be very laggy (and Im doing everything locally). It takes up to 5 seconds for me to see the result of the swipe on the web interface after making it.
Example provider logs from iPad - there are empty lines instead of "click records":
The ControlFloor service though seems to be sending them:
Last issue is, that when i try to switch quickly between devices the provider usually crashes with following log:
Devices: iPhone X (iOS 15.5), iPad Mini 4 (iOS 15.5).
Config:
devices: [ { udid: "07db6afc62aeb8a3c36d6e955ece47d191fa6c8c" uiWidth: 1536 uiHeight: 2048 videoMode: "app" controlCenterMethod: "topDown" } { udid: "2eca1f239adf2e3bf2e6522db2e40127075ee394" uiWidth: 1125 uiHeight: 2436 videoMode: "app" controlCenterMethod: "topDown" } ]
Server:
I understand that the description may seem chaotic and I'll be happy to answer any questions/provide more data.
Thx in advance!
The text was updated successfully, but these errors were encountered: