mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
start events section
This commit is contained in:
@ -4,3 +4,12 @@ Framework!
|
|||||||
python -m SimpleHTTPServer 8000
|
python -m SimpleHTTPServer 8000
|
||||||
|
|
||||||
http://localhost:8000/example/
|
http://localhost:8000/example/
|
||||||
|
|
||||||
|
|
||||||
|
## Events
|
||||||
|
|
||||||
|
__navbegin__: The user clicked an internal webapp link, which triggers this event before the next page is either requested or retrieved from the cache.
|
||||||
|
|
||||||
|
__pageshow__: A page has been requested by the user, the new page was received from the server or cache, it has been placed into the DOM, and the page transition has completed, and the old page was removed from the DOM.
|
||||||
|
|
||||||
|
__ready__: The DOM is ready.
|
||||||
|
|||||||
Reference in New Issue
Block a user