[codenameone-discussions] Re: text box strange behavior on ios

2017-10-29 Thread Shai Almog
I don't see any commit from the past week that could be suspect: https://github.com/codenameone/CodenameOne/commits/master Is this only on this specific text field or is there a wider impact? Is this related to the border layout center behavior for the text field? -- You received this message

[codenameone-discussions] Re: CAMERA permission workaroud

2017-10-29 Thread Shai Almog
That's a bug in Android 6 because of the broken way permissions were changed in Android. If you have that hint they get confused and assume you need the permission. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe

[codenameone-discussions] text box strange behavior on ios

2017-10-29 Thread Ivan

[codenameone-discussions] Re: CAMERA permission workaroud

2017-10-29 Thread Ivan
I had this in build hints and when I removed it, it works also on 6.0.x -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[codenameone-discussions] Re: CAMERA permission workaroud

2017-10-29 Thread Ivan
Hi Shai, thanks for answer but I'm confused little bit now. I tried it on another device with Android 6.0.1 (Xiaomi Redmi A4) and the behavior is the same. I start the photo capturing, I get the question to allow photo capturing, I click yes and then I get above mentioned security exception. I