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

1.1.0-rc.1 showPageLoadingMsg demo does not work for android 2.3.3 #3786

Closed
bmurmistro opened this issue Mar 9, 2012 · 9 comments
Closed
Assignees
Milestone

Comments

@bmurmistro
Copy link

Tried this on an emulator and my phone without success:
http://jquerymobile.com/demos/1.1.0-rc.1/docs/config/loadingMessageTextVisible.html
I upgraded my app to 1.1.0-rc.1 and some of my showPageLoadingMsg calls do work in android 2.3.3, but most do not. I haven't tried any other versions of android.

@johnbender
Copy link
Contributor

@bmurmistro

Are you sure it's just not showing up farther down the page? I had that issue when I was playing around with it. I'm actually only able to reproduce on the latest:

http://jquerymobile.com/test/docs/config/loadingMessageTextVisible.html

Obviously still an issue.

@bmurmistro
Copy link
Author

Hi John,

I just tried it again and if I scroll down I do see it on the bottom. I could have sworn it wasn't working at all earlier so I did a little more testing.

Android 2.1 (emulator) - Seemed to work as expected
Android 2.2 (emulator) - Did not work. I did a refresh and it worked fine (including the location of the spinner)
Android 2.3 (htc mytouch) - Tried it again and it didn't work. I did a refresh and it worked fine. (the location of the spinner was at the bottom)
Kindle Fire - Did not work. I did a refresh and it worked fine (including the location of the spinner)

It appears that we have two issues here:

Location of the spinner in 2.3
Loader not showing up in 2.2 and 2.3 ( initial load ... does appear to be somewhat random )

Hope this helps!

@johnbender
Copy link
Contributor

@bmurmistro

It does indeed.

@benjaminthatcher
Copy link

I think this issue may be related:
#3552

@ghost ghost assigned johnbender Mar 15, 2012
@johnbender
Copy link
Contributor

[edit] useless

@johnbender
Copy link
Contributor

All,

You can try out my proposed fix by including:

<script src="http://jquerymobile.com/branches/3786-fix/js/"></script>

for jquery mobile

@scottjehl

15b1ce6

That fixes at least part of the issue, and also might speed up our scrolling a bit but really requires your review just to be sure. My grasp of possible height calculation issues is very weak.

@johnbender
Copy link
Contributor

All,

You can also test on your android devices by hitting:

http://jquerymobile.com/branches/3786-fix/docs/config/loadingMessageTextVisible.html

@bmurmistro
Copy link
Author

@scottjehl
Copy link

Looks good to me!

On Mar 20, 2012, at 8:00 PM, bmurmistro wrote:

http://jquerymobile.com/branches/3786-fix/docs/config/loadingMessageTextVisible.html looks good.


Reply to this email directly or view it on GitHub:
#3786 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants