mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Framework!
python -m SimpleHTTPServer 8000
http://localhost:8000/example/
Events
Page Events
Page events happen in the order shown and described below:
- pageinit: The user clicked an internal webapp link, which triggers this event before the next page to show is either requested from the server or retrieved from the cache.
- pageload: The new page to show the user has already been received from the server or cache, and has been placed into the DOM. However, it has not started or ended the page transition, it is not being shown to the user, and the old page it's replacing is still being shown to the user.
- pageshow: The new page to show the user has already been received from the server or cache, it has been placed into the DOM, the page transition has completed, and the old page has been removed from the DOM.
WebApp Events
ready: The DOM is ready.
Description
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
angularcapacitorframeworkfrontendioniciosjavascriptmaterial-designmobilepwareactstencilstenciljstypescriptvuewebwebcomponents
Readme
MIT
2.4 GiB
Languages
TypeScript
60.5%
HTML
25.2%
SCSS
10.8%
JavaScript
2%
Vue
1%
Other
0.5%