window resize problem(i guess window focus) in android
i guess, nuklear have window-control focus problem and window resize problem in android.
android-26 - arm64-8va https://www60.zippyshare.com/v/LBYDwae8/file.html
and it must have global scaling!
Hi @mumin16 (pun on Moomins?), it's great you're using Nuklear on Android.
It seems you're actually using some Lua bindings with SDL, but this repository is just for the core library (no bindings). Could you please report this issue (including the source code you're using) to the repository maintaining the Lua bindings you're using? We maintain just this core repository and don't know anything about development and/or maintenance of any bindings (except for referencing them from our README).
Btw. regarding scaling see https://github.com/vurtun/nuklear/issues/283#issuecomment-260983280 and maybe other threads like https://github.com/vurtun/nuklear/issues/123 as well.
If you wish to implement an extension to Nuklear (or maybe really a separate single header lib) adding support for multiplatform scaling (preferably inspired by the interface described in https://github.com/vurtun/nuklear/issues/283#issuecomment-271161978 ), I'm open to merge the pull in this core repository.
Problem solving partly when i loaded large pixel font. But there is still window resize problem. How can i increase size of window resize control at the bottom right? is that a control? :) Actually, Nuklear need a function like ScaleAllSizes function in imgui...