Update Readme.md

This commit is contained in:
Dmitriy Loktev 2015-08-29 14:29:10 +06:00
parent 4d5a8ba16b
commit 2f045eaece
1 changed files with 7 additions and 3 deletions

View File

@ -197,6 +197,7 @@ e: {
} }
``` ```
Will call when touch to focus has been made. Will call when touch to focus has been made.
By default, `onFocusChanged` is not defined and tap-to-focus is disabled.
#### `defaultOnFocusComponent` #### `defaultOnFocusComponent`
@ -204,7 +205,9 @@ Values:
`true` (default) `true` (default)
`false` `false`
#### `onFocusChanged` If `defaultOnFocusComponent` set to false, default internal implementation of visual feedback for tap-to-focus gesture will be disabled.
#### `onZoomChanged`
Args: Args:
``` ```
@ -215,6 +218,7 @@ Args:
} }
``` ```
Will call when focus has changed. Will call when focus has changed.
By default, `onZoomChanged` is not defined and pinch-to-zoom is disabled.
## Component methods ## Component methods