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.
我试图用 setRotationX() / setRotationY() 方法旋转 WebView,但如果使用它们,网页内容会完全混乱。
这些旋转方法是否适用于 WebView?
谢谢!
你为什么不使用 setRequestedOrientation ?
或者如果您只想旋转 webview 内容,为什么不使用 javascript 直接在 webview 内容中执行此操作?
为了结束这个问题,这些是解决方案: