Hi,
I have following situation.
I use the local storage to store some date and build a custom list based on that.
I am building the list as described in the example “custom list” provided by MobiOne.
Watching the example I figured out that it looks not very nice that the list gets build after navigation to the page.
That means you see the old list and than you can follow the build process of the list.
Therefore I moved the call of the build process from phoneui.postPageTransition to the phoneui.prePageTransition function.
The result was somehow positiv but also negative – what happens:
– the list get build before navigation to the page – therefore I do not see the build process
– the first element of the list does not fit into the list correct, it is shifted some pixels to the top
Any ideas?
Thanks
Christopher
Attachments:
You must be
logged in to view attached files.