私は以下を作成android application using Tabhost
して持っています
1. App having 4 tabs
2. Each tab in Tabhost having WebViews.
3. Loaded local HTML files with these WebViews.
4. 4 Local HTML files having more than 8 js files.
5. but 8 js files are same for all HTML files
問題:各HTMLファイルに8つのjsファイルを個別にロードできます。これはパフォーマンスに影響します
期待:ロードできますall java script files in Layout.cshtml file when we using ASP.NET MVC pages
。そのように私はしたいですload all js files common for all local HTML files
。
案内してください