I have a mobile view that is populated via templates and a click handler of a listview datasource. The datasource setup (and click handler) look like this:
http://jsbin.com/ihirin/1/edit
My problem is that when running on a mobile device, the first time that the detail UI is loaded, things look OK. But on subsequent loads, two errors occur:
1. the install button is not styled correctly (instead, it looks like the install button in the jsbin example above)
2. the scrollview for the screenshots doesn't appear to init correctly, all images are visible.
To me, this feels like a "did not initialize or [re]apply styles to the content when the view was shown for the second time.
I suspect the answer is to re-apply the styling to the content containers, but since I've only been coding JS and Kendo UI for 3 days, I don't yet know how to do this.
Pics of what I mean are available here:
https://plus.google.com/photos/109011173406009278052/albums/5847214628087409777?authkey=CP30nZmapuDRuwE
I'd love to know how to fix this problem.
http://jsbin.com/ihirin/1/edit
My problem is that when running on a mobile device, the first time that the detail UI is loaded, things look OK. But on subsequent loads, two errors occur:
1. the install button is not styled correctly (instead, it looks like the install button in the jsbin example above)
2. the scrollview for the screenshots doesn't appear to init correctly, all images are visible.
To me, this feels like a "did not initialize or [re]apply styles to the content when the view was shown for the second time.
I suspect the answer is to re-apply the styling to the content containers, but since I've only been coding JS and Kendo UI for 3 days, I don't yet know how to do this.
Pics of what I mean are available here:
https://plus.google.com/photos/109011173406009278052/albums/5847214628087409777?authkey=CP30nZmapuDRuwE
I'd love to know how to fix this problem.