Cesar Mauri

Results 51 comments of Cesar Mauri

Unfortunately, this is one of the limitations of the Android Accessibility API and Chrome itself, and there is no easy solution without using external hardware or tweaking the device in...

Hi, along this week we plan to release EVA version 2.0.x which add some browser related improvements. On the other hand, we expect to start adding support for Android 7.x+...

Yes it is technically possible and makes sense. AFAIK you might need to capture onKeyDown events on a full screen overlay with accessibility permissions (TYPE_ACCESSIBILITY_OVERLAY) and then route to the...

Perhaps an easier option is to intercept the callback `AccessibilityService.onKeyEvent` You will also need to provide some additional permissions to your accessibility service. See the following link for further details....

Check this: https://developer.android.com/reference/android/R.styleable.html#AccessibilityService_canRequestFilterKeyEvents

Try disabling any other accessibility service.

EVA allows you to choose the size of the user interface elements. Go to: "Settings > Accessibility > EVA Facial Mouse > Settings" and adjust "Interface elements size"

Hi! > Thank you very much. We increased the curser. This helped a lot. > > Yesterday we did an experiment with several kids and some of them could operate...

Adding an additional size or hiding the Action Menu is relatively easy and we will try to add it to the new release with will be publish in the forthcoming...

Hi, > Any news regarding the above new features? Yes. Remove the Action Menu option has added to the v2.0.0beta published in the beta channel. Added the other two features...