Home › Forums › JavaScript › jQuery mobile "loading" message… › Reply To: jQuery mobile "loading" message…
May 27, 2014 at 5:45 pm
#171203
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?