10-26-2011 12:25 PM
I downloaded the samples and the KitchenSink is working fine on Ripple but the UIExample one isn't displaying properly. If looks good for 2 seconds and then switches to what you see in the attached image. Has anyone seen this?
Thanks in advance for any help.
Solved! Go to Solution.
10-27-2011 07:51 AM
10-27-2011 03:01 PM
We are aware of this issue. You can read more about it and track its status here: https://github.com/blackberry/Ripple-UI/issues/190
10-27-2011 10:37 PM
10-28-2011 08:10 AM
Hi Steven,
The issue with the quick fix is that it will make a bad experience on the actual device. The fix is to not listen for the event that I'm listening for, the alternative is to do a setTimeout() that will make the content show unformated and then re-appear formatted.
Hmmm.. maybe I can make a change in the JavaScript and detect Ripple vs. the Browser.. I'll check into it this morning.
I am working on some more changes in the UIExamples that I am hoping to get pushed back over to the repo shortly. If you want to track my progress you can check out my fork.
https://github.com/tneil/WebWorks-Samples/tree/mas
10-28-2011 08:13 AM
10-28-2011 10:06 AM
I updated the main repo so that it loads successfully in Ripple as well.