html - -webkit-overflow-scrolling: touch on android -
i finished developing ios application cordova. want same on android. works fine but: cant overscroll content. have fixed header/footer, image , navigation points.
on ios can scroll content can see clients logo in background. on android doesn't work, can not overscroll content see logo.
i read -webkit-overflow-scrolling: touch , overflow: scroll doesn't work on android. questions 2011. still not possible create content overscrollable on android?
thank you!!
.scrollablewrapper { overflow: scroll; -webkit-overflow-scrolling: touch; /*to create smooth native*/ background:url(../img/start/bg_wrapper.jpg)no-repeat scroll 0 0 / 320px 480px rgba(0, 0, 0, 0); top: 45px; left: 0; right: 0; bottom: 0; z-index: 1; position: fixed; } #header { padding-top: 0px; margin: 0px; position: fixed; top: 0px; left: 0px; width: 320px; z-index: 2; max-height: 45px !important; height: 45px !important; } #foooter { position: fixed; bottom: 0px; z-index: 2000; width: 100%; height: 58px; }
maybe can have @ iscroll.
android html ios css cordova
No comments:
Post a Comment