This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
no event after the loading popup is visible #2185
Closed
Description
It would be nice to have an event after the loading popup is shown, mainly in order to customize the position/style of the loading screen.
For example, if we want to set a full screen loading page, we can't do it using just with css because Jquery mobile recalculate the position of it each time the loading screen is triggered. As result, we will obtain a full screen loading "pop-up" that will start in the middle of the screen. Plus, in case of ajax navigation, using width:100% won't work, because it takes the size of the page at loading time, and if the second page is longer than the first one, it will leave a none covered space at the bottom.
Activity
toddparker commentedon Aug 7, 2011
Could you add this issue to the feature request wiki page and link to here? We'll re-open it once we decide to work on it.
v3n3 commentedon Aug 8, 2011
it is, in feature request > navigation > "Event after the loading popup is visible", i did as we asked me when we discussed #2151 (comment)