Hi,
I have some questions regarding the simulator:
- When I preview in the cloud I get the following screen size (176x208), but the screen size of the simulator phone is actually larger, it's 240x320; I'm using window.innerHeight and window.innerWidth to get the sizes
- I have a header and some content; if I want to make the header static (there is no position:absolute) I have to set the content to a specific height and add overflow:scroll(but overflow:scroll is not available). How do I fix this ? Does position:fixed work on the actual device ?
- The -webkit-transition doesn't seem to work in the cloud preview, is that normal? I'm changing the class from a javascript function (from the proxy server callback)?
- I've read that animating elements is blocking (does this also apply to gif animations, or only webkit transitions ?)
Sorry for asking this many questions; it's because I can't test on an actual device for the moment.
Best regards,
Stefan

Reply With Quote

