Dear experts
Sorry for a newbie question. I have some local HTML files which I hope to call from Corona and package into a simple app (mostly reference or document-type “apps”).
Basically, within the project directory where the .lua file is, there will be HTML5, JS images, etc. I was hoping to call “index.html” file from within the .lua file, but to no success (tried the Xcode simulator and an actual iPod Touch, no go).
I tried the system.openURL and the native.showWebPop but don’t know how to make them work.
And the compiled app seems to show the index.html file, but when I tried to click through the links on that page, it just goes black and no click through occurs.
Anyone can kindly help? This is for a series of html5 pages for some non-profit documentation projects.