Hi, we are using impact JS to port some web apps to Tizen. We are seeing the application is always failing because it's causing assets to flash randomly on the screen.
For example, each frame we draw some standard buttons and UI via the HTML5 canvas, and then draw some game graphics, then at some point the canvas starts flashing. For instance, the first half of the draw calls on a given frame will get drawn to the screen, but then the second half are not, and then randomly they will appear again.
We are running Tizen 2.2 latest on the RD-PQ device.
Has anyone else seen this?
--Michael