We're currently working on a Tizen web application for our company. We're very interested creating a hosted web application, however, we're unable to to get the external content src in the config.xml to work. So ultimately, we'd like to develop a single-page application and have the app call the index page of that application and server that as the app experience. This way we can use some PHP that we used for the initial generation of some of the DOM, as well as some of the OAuth we have for social media sites. Is this possible? We've seen mention of hosted web applications in the documentation, but again, when using the following it does not work:
<content src="link/to/external/app/page"/>
What are we missing in addition to this step? We appreciate the help and support of the community.