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.
2枚のパネルを手に入れました。最初のパネルにはボタンが含まれており、そのボタンを押すと、webview を含む次のパネルが表示されます。パネルが配置されている場所を表示する前に、最初に webview をロードする方法はありますか?
もちろん、myWebView.setVisibility(View.INVISIBLE); で WebView の可視性を非表示に設定します。そして、コールバックを受け取ったら、ページがロードされ、可視性を VISIBLE に戻します。