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

The method "showPageLoadingMsg" doesn't show the message in center on Android 3.0. #5515

Closed
Mahendra-Kadwa opened this issue Jan 23, 2013 · 5 comments

Comments

@Mahendra-Kadwa
Copy link

I have been using the configuration given below, but the loading message is being shown top center. Please help me to show the loading message in center of screen.

<link rel="stylesheet" type="text/css" media="only screen and (max-device-width: 899px)" href="resource/css/jquery.mobile-1.2.0.mobile.css"/>
<link rel="stylesheet" type="text/css" media="only screen and (min-device-width: 900px)" href="resource/css/jquery.mobile-1.2.0.css"/>

<script src="resource/lib/jquery-1.7.2.min.js" type="text/javascript"></script> 
<script src="resource/lib/jquery.mobile-1.2.0.min.js" type="text/javascript"></script>

Loading message is being displayed in center(horizontally and Vertically) of the screen properly on all the other android and iOS devices/emulators.

@arschmitz
Copy link
Contributor

Can you please see if this still happens with latest code and provide a jsbin test page of the issue please see our contributing guidelines https://github.com/jquery/jquery-mobile/blob/master/CONTRIBUTING.md

@Mahendra-Kadwa
Copy link
Author

SC20130124-111815
Yes, I'm using the latest code and the issue was reported yesterday (23rd Jan 13 to clarify the time give in right top corner of the post in my case it says "2 months ago"). I don't know how to provide a jsbin page, instead I' can provide a screen shot if it's okay with you?

@jaspermdegroot
Copy link
Contributor

@Mahendra-Kadwa

@arschmitz pointed you at the contributing guidelines where we link to our JS Bin template and explain exactly how to provide a test page.

A screenshot doesn't tell us much. Especially since it looks like you use custom CSS:

<link rel="stylesheet" type="text/css" media="only screen and (max-device-width: 899px)" href="resource/css/jquery.mobile-1.2.0.mobile.css"/>
<link rel="stylesheet" type="text/css" media="only screen and (min-device-width: 900px)" href="resource/css/jquery.mobile-1.2.0.css"/>

We need to see if the issue can be reproduced with latest code, without custom CSS.

@jaspermdegroot
Copy link
Contributor

Closing the issue for now. We re-open when a test page has been provided.

@ctshivakumar
Copy link

i am also facing the same issue in Android 2.3.3, showPageLoadingMsg is not displayed at center of the phone screen

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

No branches or pull requests

4 participants