Questions regarding the simulator
Hi,
I have some questions regarding the simulator:
[LIST=1][*]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 ?)[/LIST]
Sorry for asking this many questions; it's because I can't test on an actual device for the moment.
Best regards,
Stefan
Re: Questions regarding the simulator
Hi,
1. Confirmed. Simulator cloud preview reports wrong size for the display. Actual device and local preview reports correct size (240x320). I'll write a bug report, thanks!
2. Unfortunately, both float and position are unsupported. Same applies to overflow modes other than visible and hidden.
[url]http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/series-40-web-apps/developing-series-40-web-apps/best-practices-guide-for-series-40-web-apps.html[/url]
3. Calling javascript function results into callback, thus transition is not shown. Please use MWL methods to toggle element's class.
[url]http://www.developer.nokia.com/Community/Wiki/Series_40_web_apps_-_known_issues#CSS_transitions[/url]
4. Only webkit transitions.
If you wish you can use Remote Device Access to test Series 40 Web Apps.
Br,
Ilkka
Re: Questions regarding the simulator
Hi,
I have a small doubt.
I'm just taking the sample "News Reader" and previewing the app with the Local Preview, the app is launched but not able to see the feeds. Just displaying "Loading...". Could any one please let me know the issue for this.