Customized Code is Blocked

Problem: The listview control is blocking a customized section of the workflow.html so the customized section is not loaded.

Solution:

  1. Open the generated workflow.html file, located in the Generated Workflow\html folder, with a text editor.
  2. Set the data-role attribute to "content." For example: <div class="customTopOfFormStyle" data-role="content" id="topOfStart_ScreenForm"></div>
  3. Save and close the workflow.html file.
  4. In the Generate Mobile Workflow Package dialog, ensure that you uncheck the Generate option, and redeploy the Mobile Workflow application to Unwired Server.
Note: The workflow.html file is overwritten every time you regenerate the mobile workflow package.