File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 99 <MDButton id =" ignore_bottom_safe_area" text =" ignore_bottom_safe_area" @tap =" onTap" />
1010 <MDButton id =" dont_ignore_top_ignore_bottom_safe_area" text =" dont_ignore_top_ignore_bottom_safe_area" @tap =" onTap" />
1111 <MDButton id =" bottomsheet-keyboard" text =" bottomsheet-keyboard" @tap =" onTap" />
12+ <MDButton id =" bottomsheet-peekheight" text =" bottomsheet-peekheight" @tap =" onTap" />
1213 </StackLayout >
1314 </Page >
1415</template >
@@ -90,6 +91,16 @@ export default Vue.extend({
9091 });
9192 break ;
9293 }
94+ case ' bottomsheet-peekheight' : {
95+ (this as NativeScriptVue ).$showBottomSheet (BottomSheetInner , {
96+ peekHeight:100 ,
97+ // transparent: true,
98+ closeCallback : (... args ) => {
99+ console .log (' bottom sheet closed' , args );
100+ }
101+ });
102+ break ;
103+ }
93104 }
94105 }
95106 }
You can’t perform that action at this time.
0 commit comments