We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error: a Page or a GestureRootView is needed to attach a gesture
After update from 0.0.19 to 0.0.20
ns clean
ns run android --no-hmr
<BottomSheet :stepIndex="stepIndex" @stepIndexChange="onIndexChanged($event)" :steps="steps" scrollViewId="scrollView" >
<gridlayout ~bottomSheet class="rounded-t-3xl bg-white" rows="10, *">
The text was updated successfully, but these errors were encountered:
@kakha13 thanks for the report i ll fix it as soon as possible. in the meantime stick to an older version
Sorry, something went wrong.
@kakha13 sadly i cant reproduce your issue. Can you create a simple vue reproducible example on github? Thanks
Here is my git rep https://github.com/kakha13/ui-persistent-bottomsheet-vue-example
No branches or pull requests
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
I am getting this error: a Page or a GestureRootView is needed to attach a gesture
Please, tell us how to recreate the issue in as much detail as possible.
After update from 0.0.19 to 0.0.20
ns clean
ns run android --no-hmr
My code
<BottomSheet :stepIndex="stepIndex" @stepIndexChange="onIndexChanged($event)" :steps="steps" scrollViewId="scrollView" >
<gridlayout ~bottomSheet class="rounded-t-3xl bg-white" rows="10, *">
The text was updated successfully, but these errors were encountered: