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.
在我的应用程序中,我正在使用 Tabhost 并且我已将 webview 放置在选项卡主机中以显示内容。当用户点击屏幕时,内容应以全屏显示,反之亦然,但这不会发生。如何实现这一点?请建议我一些想法!
谢谢
利用
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); startActivity(intent);
这个代码在你的事件监听器上。