From 4bb3f62369d544480f6de7238d3eb70c55af2f13 Mon Sep 17 00:00:00 2001 From: geoffreyc Date: Tue, 24 Oct 2017 10:08:41 +0100 Subject: [PATCH] Added info about autofocus/taptofocus for android Added settings to place into AndroidManifest.xml to get all focus functionalities working 100% --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 57ed951..c093168 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,15 @@ Android: This callback is not yet implemented. However, Android will automatically do tap-to-focus if the device supports auto-focus; there is currently no way to manage this from javascript. +To get autofocus/tap to focus functionalities working correctly in android +make sure that the proper permissions are set in your `AndroidManifest.xml`: +```java + + +``` + + + #### `iOS` `defaultOnFocusComponent` Values: