JanVeb

Results 24 comments of JanVeb

Thank, figured out my issue, issue was mobile devices related packages, on Chrome it will still load the app with them, but not on Safari. Though I have code for...

On my phone and chrome it looks good but only when `renderSingleHorizontalStaffline: true`, otherwise when `renderSingleHorizontalStaffline: false`, score is not rendered on the screen, just to be sure, as its...

Skybottomline Found two mentions about this, one that might relate to this issue, has little info and is only stated that it was fixed Mobile screen ![Screenshot_20220831-205024419](https://user-images.githubusercontent.com/93236084/187691799-696bbe70-3ed6-43e3-91b4-b8cf24c831dc.png) From error it...

One more note I forgot to mention, Musescore loads the file and it seems it works good from my quick fly over it

It works good in OSMD Demo OSMD Demo ![Screen Shot 2022-08-31 at 10 13 43 PM](https://user-images.githubusercontent.com/93236084/187700193-5b541733-affd-4a27-a794-0a66ce301020.png) In Osmd demo it loads this score without issues as far as I can...

osmd.zoom = 0.3; ![Screen Shot 2022-09-01 at 5 12 28 PM](https://user-images.githubusercontent.com/93236084/187878019-13133dca-6aa4-4ff1-be3d-f4491d8e553e.png) For me it looks good even with osmd.zoom = 0.3; It doesn't seem as osmd.zoom was your issue

Maybe it would help if you enable: `overflow-y: auto;` or `overflow-y: scroll;` osmd.zoom = 2; ![Screen Shot 2022-09-01 at 7 41 20 PM](https://user-images.githubusercontent.com/93236084/187905636-e9c0b702-88e2-4030-8115-5e4ecb660551.png)

``` Tried this it doesn't work, this was only use I could find in examples {playing ? 'Pause' : 'Play'} ``` And full code ``` import React from 'react'; import...

Solved it by wrapping AudioPlayer in AudioPlayerProvider in imported file ``` ```

`lastValidCoord is not defined` Whats up with this? Reading here it seems this issue was fixed? But it is still happening to me when trying to smoothen the path? `var...