Languages

Menu
Sites
Language
Text render issue

Hi everyone! 

Our application was rejected due to text render failure (see the screenshots)
First text is located on the page, we got -webkit-overflow-scrolling: touch; + hardware acceleration through -webkit-transform: translate3d(0px,0px,0px); enabled.
in fact the problem is relevant to the background also (as could be seen from the second screenshot) - a narrow stripe wasn't rendered despite of being in another layer (body -> div).

The second text is dynamically loaded through innerHTML=text; it also has -webkit-overflow-scrolling: touch; but hardware acceleration for this layer is disabled.

We couldn't reproduce the problem through tizen emulator (both of them). Does anybody have any suggestions about where the problem is and how could it be solved?

P.S. App doesn't use any frameworks, it's pure JS. And, Android\iOS builds are OK either.

 

Edited by: Artem Churyukin on 05 Dec, 2013

Responses

1 Replies
Lakshmi Grandhi

Hi,

Its very difficult to suggest solution without widget to test your issue. Normally InnerHTML works fine, if you have no problem kindly share your widget.