This component defines the root of each page. If the content is large it will become scrollable.
A navigation bar can be added to the top of the page using the <ons-toolbar> element.
Specify modifier name to specify custom styles.
Optional.
on-infinite-scroll
String
Path of the function to be executed on infinite scrolling. Example: app.loadData. The function receives a done callback that must be called when it’s finished.
Optional.
Function to be executed when scrolling to the bottom of the page. The function receives a done callback as an argument that must be called when it’s finished.
onDeviceBackButton
Back-button handler.
data
User’s custom data passed to pushPage()-like methods.
If you have any questions, use our Community Forum or talk to us on Discord chat. The Onsen UI team and your peers in the community will work together to help solve your issues.
For bug reports and feature requests use our GitHub Issues page.