Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Using jQuery.html() to update an element in a jQuery Mobile App results in scrambled display #8609

Open
@dnavarrojr

Description

@dnavarrojr

I have a web app running in iOS 10 on an iPad 2. Using jQuery 1.11.1 and jQuery Mobile 1.4.5.

This problem does not happen when using the Safari browser. It only happens with third party browsers using the WKWebView or UIWebView render engines.

When updating text in an element

$( element ).html( text );

The text displayed is scrambled if the updates occur any faster than 15 seconds apart. On a test page without jQuery Mobile, just jQuery, the problem does not occur. In Safari the problem does not occur, but in Kiosk Pro Lite it happens with either of the above named render engines. Also tried in two other Kiosk apps with the same result.

This is probably an issue with Apples render engines, but I thought I'd bring it up.

Here's a video showing how the text gets scrambled:

https://www.youtube.com/watch?v=N9PozcxvEx0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions