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

Feature request: modal loading message, prevent interaction with page #2036

Closed
SamuelKC opened this issue Jul 6, 2011 · 9 comments
Closed

Comments

@SamuelKC
Copy link
Contributor

SamuelKC commented Jul 6, 2011

When the loading message is displayed the user can still click on the background controls. Could it be possible to prevent that adding a modal behaviour for the loading spinner.

@toddparker
Copy link
Contributor

Can you add this to the feature request wiki? We'll re-open when we want to work on this. Thanks!

@SamuelKC
Copy link
Contributor Author

SamuelKC commented Aug 8, 2011

done

@toddparker
Copy link
Contributor

Thanks!

@mdhgriffiths
Copy link

Yes please, this feature is needed. An option is needed to block user interaction when waiting on a page to load. Without it, a tap-happy user can queue up unintended events.

For now, I've sound this handy snippet: https://gist.github.com/1100435

@uqpik
Copy link

uqpik commented Oct 11, 2012

I found another snipped without the use of the block plugIn:

#3414

@PorridgeBear
Copy link

+1. I am using the new $.mobile.loading function. I have ended up hiding the content, but re-showing it is not playing nice, since after the modal finishes I move to another page. Then using a back button the page is still hidden. I need to find a hook to re-show it ...

@tvanhouten
Copy link

+1. This is my desired default behavior. Please add as an option.

@thenewguy
Copy link

+1

I think it would also be important to let the user exit the modal window if loading is taking too long and they want to interact with the UI again. Maybe this could just be exposed with an event that triggers every time the loader is shown though and manually added if it is too much trouble.

@jeremyhill-up
Copy link

+1 as well -- what's the point of overlaying the loader smack dab in the middle of the user's screen if they can still interact with the page, is my question.

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

8 participants