mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
45c8229b0cb9742b1ee9226ceecbd2c4fe968e64
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.5 GiB
Languages
TypeScript
61.2%
HTML
25%
SCSS
10.4%
JavaScript
1.9%
Vue
1%
Other
0.5%