I am trying to create a JUCE project for android.
Using versions 10 and 11 everything seems to work pretty well.
However, using android version 13 ( sdk 33 ) the JUCE components ( like listBox , Button , etc… ) seem not to work correctly.
For example list box items are not shown on the screen at all or the clicks on the buttons seem to arrive very late or not at all.
Also the input to the click on the device screen seems not to be captured properly, if I click just a little below the center of the button the button is not triggered
Is this a known problem with Android 13 ? any advice ?