Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Local stored website — Gideros Forum

Local stored website

edited May 2016 in General questions
Hi

A few month ago I tried out Corona sdk. I got sidetracked with other stuff but now I am ready to take up my project again. I am thinking of switching to Gideros instead and I have some questions whether I can use what I already made or need to rethink some things...

1. My original plan was to make some locally stored html files and use a webview to show them inside my app. Is this possible in Gideros?
Example code:
local webView = native.newWebView( display.contentCenterX, display.contentCenterY, 320, 480 )
webView:request( "xyz.html" )

2. I also need to get the time (just day and month) from the phone. In Corona I found something like:
local date = os.date( '*t' )
Could this also work in Gideros?


*Note I am not a programmer. I know some html and CSS and just starting out with LUA.

Comments

Sign In or Register to comment.