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:
- is known issue?
- has faced similar problem before?
- is there workaround resolve it?
i'd appreciate if point me in right direction.
Comments
Post a Comment