From 9ae02cf0b4dcecb92867fd75f1dd60e042b2f7f3 Mon Sep 17 00:00:00 2001 From: isaac Date: Thu, 8 Feb 2018 18:13:29 +0800 Subject: [PATCH] Disable bouncing when customTabs shows (#397) After ionic v3, when setting deafult page as customTabs, when scroll over page to top or bottom will happen boucing. insert no-bounce to tabs.html in to will disable bouncing if cordova confin.xml not help the feature. Signed-off-by: isaac --- src/pages/tabs/tabs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/tabs/tabs.html b/src/pages/tabs/tabs.html index d198dff1f..ed5be2a46 100644 --- a/src/pages/tabs/tabs.html +++ b/src/pages/tabs/tabs.html @@ -4,7 +4,7 @@ See http://ionicframework.com/docs/v2/components/#navigation for more info on Ionic pages and navigation. --> - + - \ No newline at end of file +