
html
文章平均质量分 56
姓王住在隔壁
这个作者很懒,什么都没留下…
展开
-
安卓webview中html.requestFullscreen无效的解决方法
安卓的webview默认不支持html元素的全屏方法。资料安卓文档 onShowCustomView文档显示要全屏,必须实现 onShowCustomView和onHideCustomView方法Notify the host application that the current page has entered full screen mode. After this call, web content will no longer be rendered in the WebView, b原创 2021-04-23 11:32:15 · 2772 阅读 · 0 评论 -
html学习记录
scrollbar隐藏左侧导航菜单适应屏幕高度,菜单超出高度之后,可以上下滑动,隐藏滚动条。.aside-menu { height: 100%; overflow: auto;}.aside-menu::-webkit-scrollbar { display: none;}原创 2021-02-09 16:15:28 · 115 阅读 · 0 评论