Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery mobile "loading" message…

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #171202
    nixnerd
    Participant

    I’m trying to utilize swiping from the jQuery mobile library. However… I get this NASTY “loading” message. Can anyone help me and tell me why it’s there and how I can get rid of it?

    Here is the Codepen.

    #171203
    nixnerd
    Participant

    Ok, so I switched this:

    .photo_viewport{
        position: relative;
    }
    

    to this:

    .photo_viewport{
        position: absolute;
    }
    

    And it has made the problem better. You just see a flash of the word loading. But… try switching that class to relative and all hell breaks loose. What’s the deal?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.