Max
Max
oh so the original component didn't support android either? why can't android use ScrollView too? On Dec 16, 2015 02:38, "sunnylqm" [email protected] wrote: > It does not support Android yet....
ah I see. I might need to do a PR with a fix soon.
actually, as I don't need any of the extra functionality (just need the paging), I think I'm going to go with a custom component for my project. would be too...
perhaps "roadmap" is not a very good name for this, but i think a list of features and their support on all the different platforms would be nice to have....
since i don't have the time to delve deep into Symphonia right now i consulted AI and turns out that adding the following condition fixes the issue: `symphonia-format-riff/src/common.rs:146`: ```rs if...
that's a nice idea. feel free to modify it in that direction by forking or via PRs. i don't use this lib actively myself anymore.
there was a slight oversight where the focus events were not sent correctly if the window contained other things besides just the NSView that houses the plugin. should be fixed...
@sevenc-nanashi thanks for this, LGTM! your reasoning about the else branch being unnecessary seems solid too; you could include its removal in this PR on my behalf.
thanks a lot! merging now
FYI: made `send_json()` not return a `Result` anymore. also noted it in the readme.