Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 jQuery Mobile 1.3.0。在这个我使用可折叠集,每次我展开一个然后展开不同的集或折叠原始集时,它会在页面底部留下一个空白空间。有人知道或对此有解决办法吗?
我对可折叠集有类似的问题,在折叠时有时会在页面底部留下空白区域。我通过向 WebView 添加属性 android:overScrollMode="never" 解决了这个问题。请试试这个 - 它可能会有所帮助。