Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagehtml/xml
    <script type="text/javascript" src="app.js"></script>

 

  • Inside the <body> tag of your html document, you will need a <div> tag with an id of 'pui'. The tag should start out empty, but Profound UI will use it to render the application screens.

    Code Block
    themeEclipse
    languagehtml/xml
        <div id="pui">
        </div>
  • Click here to download an index.html file that was tested with PhoneGap 6.2.6. This file only loads the minimal Profound UI runtime and does not include other custom CSS or JavaScript files. Since it is possible that newer PhoneGap versions might require changes to this file, it should be considered an example, only.

...