[codenameone-discussions] editing properties on a new platform

2021-07-08 Thread Dave Dyer
This is a minor FYI. I'm experimenting with moving projects from a PC to a Mac, and I expect to have to do some wrangling to get the path names correct. However, the "Codename1 Settings " action in eclipse doesn't even open the wizard due to some problem with the pc style pathnames embedded in

[codenameone-discussions] Re: Doubts about the fingerprint

2021-07-08 Thread rdvg...@gmail.com
Hi, Thanks for answering. What you comment makes a lot of logic. One of the things I try is to ensure that there are no security leaks. A user could pass the cell phone to another person and register their fingerprint (up to 4 are allowed) and use the app without problem. That's why it seems

[codenameone-discussions] Re: TextField editing causes disturbance to BrowserComponent

2021-07-08 Thread Shai Almog
I'm guessing there's an exception in the JavaScript side. Ideally you would connect to the iOS webkit debugger on the device to see that. Haven't tried this: https://stackoverflow.com/questions/25871586/how-to-debug-javascript-code-inside-a-wkwebview On Thursday, July 8, 2021 at 1:21:47 PM

[codenameone-discussions] Re: Doubts about the fingerprint

2021-07-08 Thread Shai Almog
As far as I recall the device needs to already have your fingerprint scanned and authenticated. So if the device is passed to someone else he'll need to go into settings and update the list of fingerprints. If your OK with any user as long as he's authenticated you can just approve everyone

[codenameone-discussions] Re: Custom permission messages

2021-07-08 Thread Shai Almog
If you can produce a test case for this please file an issue and we'll try to look into it. On Thursday, July 8, 2021 at 11:29:06 PM UTC+3 hana@gmail.com wrote: > I can see I get the custom notification after I deny the permission and > then trigger the location requirement again. For some

[codenameone-discussions] Re: Custom permission messages

2021-07-08 Thread Hannah R
I can see I get the custom notification after I deny the permission and then trigger the location requirement again. For some reason I was convinced that this message should appear when the Location called, not only when the permission is denied. This works with

[codenameone-discussions] Doubts about the fingerprint

2021-07-08 Thread rdvg...@gmail.com
I have to make an app that, depending on the option that the user takes, must first be validated by the fingerprint reader in order to continue. Users can use the cell phone for several months and then be replaced by other users, it is for that reason that I thought that my app should allow to

[codenameone-discussions] TextField editing causes disturbance to BrowserComponent

2021-07-08 Thread 'P5music' via CodenameOne Discussions
My app features a BrowserComponent where text is edited and it is also possible that material icons are displayed as images inside the BC. The images are created as base64 data and injected as IMG tags. It works, but there is something very strange happening. The user experience is the

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-08 Thread 'P5music' via CodenameOne Discussions
It is worth noticing that I have to manually change that every time maven creates a snapshot and the application is run on the iOS simulator. It was not so before, so maybe something has changed in the maven script and now the default in the created project is the other screen, not the console