Skip to main content

core.enableLazyLoading

since 0.9.6

Description​

AlphaTab renders the music sheet in smaller sub-chunks to have fast UI feedback. Not all of those sub-chunks are immediately appended to the DOM due to performance reasons. AlphaTab tries to detect which elements are visible on the screen, and only appends those elements to the DOM. This reduces the load of the browser heavily but is not working for all layouts and use cases. This setting set to false, ensures that all rendered items are instantly appended to the DOM.

core.enableLazyLoadingJavaScript
enableLazyLoadingJavaScript
core.enableLazyLoadingJSON
enableLazyLoadingJSON
data-core-enablelazyloadingHTML
data-enablelazyloadingHTML

Types​

boolAll

Default Value​

true