You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component works perfectly on mobile, but it fails to render and function correctly on the web.
While I managed to render it outside of the slider using the current value, there are still issues.
Also the debugTouch area doesn't represent the reality on the web browser.
For reference here's the recording for web version and the mobile version
Mobile:
Screen.Recording.2024-11-04.at.13.48.12.mov
Web:
Screen.Recording.2024-11-04.at.13.48.48.mov
In the browser console, I see the following error:
BackHandler is not supported on web and should not be used.
Additionally, clicking directly on the slider doesn’t work it always identify the click as the initial position, though dragging does work when trackClickable={true} is set, but in the same conditions as clicking (only from the initial position).
Could you suggest a patch or any other workaround for this?
Thank you very much in advance!
The text was updated successfully, but these errors were encountered:
The component works perfectly on mobile, but it fails to render and function correctly on the web.
While I managed to render it outside of the slider using the current value, there are still issues.
Also the debugTouch area doesn't represent the reality on the web browser.
For reference here's the recording for web version and the mobile version
Mobile:
Screen.Recording.2024-11-04.at.13.48.12.mov
Web:
Screen.Recording.2024-11-04.at.13.48.48.mov
In the browser console, I see the following error:
Additionally, clicking directly on the slider doesn’t work it always identify the click as the initial position, though dragging does work when
trackClickable={true}
is set, but in the same conditions as clicking (only from the initial position).Could you suggest a patch or any other workaround for this?
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: