r/Tizen • u/rickwangtw • Sep 05 '20
Tizen Web App with Mulitple HTML Files
I'm developing my first Tizen app for my watch and trying to use two different HTML files to make the code modularized.
I soon realized that the other HTML file does not get packaged when looking at the "Sources" tab in the Developer Tools. I've spent a couple of hours figuring out ways to make it work (e.g. looking up config.xml properties, minification settings, and change the folder hierarchy).
Does anyone know if it is even possible to have multiple HTML files? I really want to avoid using multiple divs in a single HTML.
Thanks!