Julien Duchow
Julien Duchow
Would be really nice yes
> By default content in tables should break up in lines, but not in syllables. Yes and that is exactly my problem. I have very long words and now enough...
Ah okay I see. Well I guess scrolling is better then an overflow, but I would prefer if the user can see the whole table without scrolling. Because there is...
Just testet the `­` and noticed that it works theoretically. It allows to break the word and this also works in your flutter_html. But the "-" Symbol- to indicate that...
Yes I used 1:1 your example app
I know, but it does not even reach that part. I uncommented the following two comments: ``` print('init controller'); //
I tested on android, sadly I do not have a cable to test on iOS currently. Thank you very much for your help. :)
What exactly do you mean with CC command? If I press a key on my keyboards thats also a cc command right? Well hard to tell more details if I...
I just tested on another Android device, but same result. Then I tested a Native Java implementation: https://github.com/philburk/android-midisuite https://play.google.com/store/apps/details?id=com.mobileer.example.midiscope There everything works fine.
I just reloaded your sample app from the dev branch and this time I really changed not a single line code. My process was the following: 1. Started the App...