I have discovered a minor NetTalk mobile app css bug and a work-around fix.
When a mobile app has "Wrap Content with ContentBodyDiv" enabled in the NetSimple Object Template settings, any html content inside the div will be hidden because a css "float: left" element is applied to the div and the height of the div cannot be determined by the browser.
To fix the bug, I modified Capesofts NetWeb.clw source file by adding a div with a css clear:both style tag before the content body div closing tag.
I am using NetTalk ver 8.28, Clarion 9.1.11242, Windows 8.1 Pro, any browser.
I have attached a zip of my HelloWorld App and some files to explain the problem alomg with my fix.
If there is a better way to fix this problem, please let me know.
[attachment deleted by admin]