Hi,
I have a html file that I have tested and it is loading fine when I go to Open With Web Browser from Titanium.
The issue I'm facing is getting it display in a WebView:
<View class="rightSection"> <WebView id="webview" url="../radar-basic.html" /> </View>Whats interesting is in the console output I get the following Warning:
[WARN] : couldn't load URL: app://com.example.mypp/Users/pfdsf/Library/Application%20Support/iPhone%20Simulator/7.0.3/Applications/8B725.....33FF/radar-basic.htmlWhy would this show - i thought it would get the HTML from the project file/folder structure rather than as an external file?
Thanks,