-
Notifications
You must be signed in to change notification settings - Fork 624
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
Screen interaction does not work #216
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
That is just a screen display there on browser so there is no screen interaction handling over there. I think you are running it though app.js . I hope this will helpful. For batter understanding you can read that app.js file which is responsible only to show the screen on browser. |
@varundtsfi I got you... I was taking a look at minitouch but it seems that's for capturing events when touching the screen. So I was wondering if there is a component that I can isolate in the same way we can see in the |
@sorccu can you suggest something in order to enable the screen interaction using "minicap"? Is there a way to enable the touch screen? What can we use/combine in order to do that? Do we have to use "minitouch", if so, how? Thanks |
Facing similar issue. Any help is appreciated. We have to follow any steps to do the screen interaction by clicking the object. |
@kavithamanivel I haven't found a workaround for that. @varundtsfi do you have any suggestion or idea? Thx |
I was running the example that is into the
example
folder, but I cannot interact with the mobile screen that the browser shows... I'm not sure if this is the normal behaviour when usingmincap
, I've usedSTF
and there it is possible to interact with the device screen using the browser.Can anyone clarify this to me? Thanks in advance
The text was updated successfully, but these errors were encountered: