vertazzar
vertazzar
Hello, I've been using this library for a project for some time now, and currently I'm testing out the v4 version. This example is not correct, firstly the "Session ID:...
This happens on MI9 XIAOMI as well It seems that these phones with weird displays have some quirks
The problem is the ``` if (Build.VERSION.SDK_INT >= 21) { Display display = cordova.getActivity().getWindowManager().getDefaultDisplay(); Point size = new Point(); display.getSize(size); screenHeight = size.y; ``` For this case with Mi9 the...
I gave up on this