Hi Guys,
I am n00b to CoronaCards and trying to figure out some basic stuff. I have gone through the docs and developed some simple games as well with CoronaSDK. I am trying to port them to CoronaCards (mostly to learn).
- The coronaview shows up fine, but only took a small portion of the screen. A scaling factor of 3 seems to work on the 3-4 devices I have tested, but it’s a hack. I would think there is a perhaps a better way to do this ?
view = new CoronaView(0, 0,Math.floor(3 * $window.innerWidth), Math.floor(3 * $window.innerHeight));
- is it possible to constrain the coronaview to a div in HTML ?
Thanks for your help.
Avi