0 votes
Some of the commonly used methods are:
in Onsen UI by

1 Answer

0 votes
ons.ready() - This will execute once the app initilises and completly loaded

disableAnimations() - This will disable all animations. Useful during testing

enableAutoStyling() - The UI will render corresponding style based on the Platform of the device.
by
...