player-03
player-03
Submit a pull request, and someone will take a look. It would help if you could include a list of pros and cons for the built-in webview. Do people use...
The `` tag is deprecated, though the only note of this is in a comment. Perhaps the solution is to start showing deprecation warnings. I've seen warnings about the missing...
Late response, but Lime contains [a template folder for SDL](https://github.com/haxelime/lime/tree/develop/templates/android/template/app/src/main/java/org/libsdl/app). If you overwrite Lime's copy, it'll keep the changes.
When you find a platform-specific feature that Lime doesn't support, often the solution is to write an [extension](https://player03.com/openfl/openfl-extensions/).
I've submitted the temporary workaround as part of #1500, but yes, we really should figure out the root cause.
Hang on, we still haven't even solved the underlying issue. Or even merged the workaround. Let's keep this open as long as the issue remains.
Appreciated. I've been working on that lately too. Just not this one, yet. You know, if you want to help get some issues closed, you can help by reviewing pull...
Does this still happen in 7.9.0? (Like Joshua, I can't reproduce the issue.)
Well that error isn't very informative. That's annoying. Here's a way to get a little more info: ```cmd > set OPENFL_LOAD_DEBUG=1 > openfl build html5 ``` (Note: `set` only persists...
Haxe can't exactly use `java.io.File`. In my experience, only basic types, strings, and arrays work well. Try returning the file path as a string.