We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185631e commit 1a0f5b1Copy full SHA for 1a0f5b1
demo-snippets/vue/BottomSheet.vue
@@ -91,6 +91,7 @@ export default Vue.extend({
91
case 'bottomsheet-peekheight': {
92
(this as NativeScriptVue).$showBottomSheet(BottomSheetInner, {
93
peekHeight: 100,
94
+ trackingScrollView: 'scrollView',
95
// transparent: true,
96
closeCallback: (...args) => {
97
console.log('bottom sheet closed', args);
0 commit comments