Fedor Logachev
Fedor Logachev
To preface this comment, note that I did not dig deep enough and I might not understand certain details. But my first thought: would it be possible to use a...
I would at least try to implement the same tests with the proxy on the user level. Generally, I would usually choose slightly less user-space ergonomics for less implementation complexity,...
IIRC FLAG_FULLSCREEN was deprecated and now we need to do some manual work with hiding the status bar. If it is not hidden - its probably a bug and is...
I do not know enough about fonts to properly comment on this, but, apparently, there are some hints made by font designers for multiline rendering, for example this field looks...
Thanks for PR!
looks like a bug, feel free to make a PR!
I do not have a windows machine to test, but if it does fix a problem for you - feel free to make a PR!
for macroquad you might want to use macroquad's js files, you can find them here https://not-fl3.github.io/miniquad-samples/mq_js_bundle.js or here https://github.com/not-fl3/macroquad/blob/master/js/mq_js_bundle.js
oh, wait, stacktrace says ` load https://not-fl3.github.io/miniquad-samples/mq_js_bundle.js:3`, while you posted index html with ` ` I would start with double checking that you it is really the correct js file!
ohhh, I see, you are using `macroquad = "0.3"` in your Cargo.toml. I am not sure what JS correspond to such an old macroquad. Honestly the easiest solution is to...