jquery - Android stock browser on Xperia Z does not render html correctly -


i have html page displayed correctly in devices , browser except stock android browser in xperia z.

on particular device running android 4.2.2, using jquery v1.7.2, , using $('div').slideup , $('div').slidedown methods only, , results in text distortion (it in english, suppose not related specific font), text appears horizontal lines appear fraction of second while sliding up/ down.

i have tried turning debug mode on about:debug in stock browser, , javascript console shows no error/ warning messages.

i tried changing user agent string iphone, , surprise, text rendered expected.

i have searched similar issue, , came across android stock browser crashing, points jquery bug slideup/ slidedown have problems in android stock browser (please note jquery , android versions different in reported bug).

my questions are:

  1. is known issue?
  2. has faced similar problem before?
  3. is there workaround resolve it?

i'd appreciate if point me in right direction.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -