Use Resize Observer API #511
Labels
area-maintenance
Overall code maintenance related
platform-javascript
Related to the JavaScript version of alphaTab
type-improvement 🚀
Currently alphaTab listens to the overall browser window resize to detect whether the control needs resize-rendering. The resize observer API allows directly observing the resize of parent container.
https://developer.mozilla.org/en-US/docs/Web/API/Resize_Observer_API
The text was updated successfully, but these errors were encountered: