0
我有這樣的風格,並在Web瀏覽器一切都很好,但是當我在Android設備上運行的應用程序,滾動條隱藏。滾動條隱藏在Android設備上,如何顯示垂直滾動條?
.alert-message::-webkit-scrollbar {width: 5px;}
.alert-message::-webkit-scrollbar-track { border-radius: 10px;}
.alert-message::-webkit-scrollbar-thumb { border-radius: 10px; background: rgb(169,169,169); }
.alert-message::-webkit-scrollbar-thumb:window-inactive {background: rgb(128,128,128); }
嗨巴爾託什,你有沒有嘗試這個解決方案? http://stackoverflow.com/questions/22866285/phonegap-3-0-android-native-scrollbar-not-visible 我認爲這是你的主題相關。也許你只需要在一個小的腳本補充一點: $(「HTML」)addClass(「Android的滾動條」)。 –