Hide step in according screen breakdown #826
-
Hey, Can we hide the particular step in mobile view? Or if I want to hide certain steps based on screen breakdown. How can I achieve that ? I am hiding certain steps in mobile I have handled that also if step taget_not_visible or target_not_found moved to next or prev based on action. but it is giving me an error on the screen. Unhandled Rejection (TypeError): Cannot read properties of null (reading 'isConnected') Is there any way to achieve this. |
Beta Was this translation helpful? Give feedback.
Answered by
gilbarbara
Jul 8, 2022
Replies: 1 comment 3 replies
-
You can filter out the steps that aren't visible based on the screen size. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
gilbarbara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @vishwakarmanikhil
You can filter out the steps that aren't visible based on the screen size.