I suspect its just because I’m not referencing the file correctly.
[lua]
webView = native.newWebView(0,0 , ccp.core.width, ccp.core.height - 50)
webView:request(“tandc.html”)
[/lua]
I’m not interested in interacting with the webpage, I just want to show it, there is a button underneath to continue. I’ve dumped the tandc.html in the same directory as my main.lua. When loading, it says that the file cannot be found. I’ve also tried it as a tandc.txt file.
Any suggestions?