Adam Bradley 45c8229b0c page events
2013-08-24 21:38:54 -05:00
2013-08-24 21:09:20 -05:00
2013-08-24 21:09:20 -05:00
2013-08-24 21:09:20 -05:00
2013-08-23 10:58:25 -05:00
2013-08-23 10:58:25 -05:00
2013-08-23 10:33:36 -05:00
2013-08-24 20:50:44 -05:00
2013-08-23 10:58:25 -05:00
2013-08-24 21:38:54 -05:00

Framework!

python -m SimpleHTTPServer 8000

http://localhost:8000/example/

Events

Page Events

Page events happen in the order shown and described below:

  1. 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.
  2. 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.
  3. 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.
Readme MIT 2.4 GiB
Languages
TypeScript 60.5%
HTML 25.2%
SCSS 10.8%
JavaScript 2%
Vue 1%
Other 0.5%