[Sugar-devel] A Sugar webactivity in Android

Manuel Quiñones manuq at laptop.org
Thu May 9 20:06:24 EDT 2013


2013/5/9 James Cameron <quozl at laptop.org>:
> On Thu, May 09, 2013 at 09:03:14AM -0300, Manuel Qui?ones wrote:
>> And never get updated?  I get the same, but they are updated after
>> one second.  It is a bug in my javascript, also happens in Sugar and
>> running "standalone" in a browser.
>
> Yes, never get updated.  All other controls work fine; I can change
> clock face background, and use stop button.

Interesting.  If other things work, it might be compatibility with the
requestAnimationFrame again.  Maybe what I did to make it more
compatible wasn't enough:

    var requestAnimationFrame = window.requestAnimationFrame ||
        window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame ||
        window.msRequestAnimationFrame;

> On Thu, May 09, 2013 at 10:37:24AM -0300, Manuel Qui?ones wrote:
>> I lowered the minimun required android version to [1].  Can you
>> recheck?
>
> No change.
>
> f780b10926acd0ea836ac9360be5dc21  ClockJS.apk (downloaded just now)
> 90070a3212da8f169d8041e68a3585b6  ClockJS.apk.orig (yesterday)

Thanks for checking James.

--
.. manuq ..


More information about the Sugar-devel mailing list