Mihai Alexandru
Mihai Alexandru
im trying to compile an app and it keeps crashing with this `/home/runner/haxelib/hxcpp/4,2,1/include/hxcpp.h:23:13: fatal error: 'typeinfo' file not found #include ^~~~~~~~~~ 1 error generated. Error: Could not create PCH` is...
I'm not really sure if this happens in mac or Linux but this mostly happens in android, in windows isn't hopefully.
https://developer.android.com/develop/ui/views/launch/icon_design_adaptive

* Added a `cwd` for `android` so the filesystem can work properly with mods folder etc. * Now the video files are being copied to the cwd so the video...
On `Android`, the audio from a video continues to play even after the screen has been turned off. This behavior disrupts the expected functionality and may drain battery unnecessarily. Needs...
On `iOS`, audio playback is malfunctioning after a video has been played. This is a real critical issue that needs to be fixed soon.
By using `hxvlc`, `bitstream` playback is available, allowing video cutscenes to be played directly from byte streams. This enables video cutscenes to be played from polymod.
* Fixed some deprecation warnings. * Cancel the vibration when the app is being paused or destroyed.