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.
phonegap プロジェクトでは、html、css、および javascript を個別にロードする複数の webview を追加できます。
たとえば、webview1 は first.html ファイルをロードし、webview2 は second.html をロードできます。
また、これを行うと、アプリのパフォーマンスが向上します。
必要な WebView は 1 つだけです。さまざまな html ファイルを読み込むことができますが、パフォーマンスは確実に向上しません。
パフォーマンスを向上させるために、js ファイルと css ファイルを圧縮できます。