From aaf99edb0aa99049e7852c09a8ad2e38f0944abc Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 4 Feb 2020 19:34:13 +0000 Subject: [PATCH] Deploy website Deploy website version based on 44035607445e2d9d59babc1d87437fb3f8c2c703 --- docs/next/keyboard.html | 2 +- docs/next/keyboard/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/keyboard.html b/docs/next/keyboard.html index de3f759a79b..123cd22d21a 100644 --- a/docs/next/keyboard.html +++ b/docs/next/keyboard.html @@ -132,7 +132,7 @@
  • keyboardWillChangeFrame
  • keyboardDidChangeFrame
  • -

    Note that if you set android:windowSoftInputMode to adjustResize, only keyboardDidShow and keyboardDidHide events will be available on Android. If you set android:windowSoftInputMode to adjustNothing, no events will be available on Android. keyboardWillShow as well as keyboardWillHide are generally not available on Android since there is no native corresponding event.

    +

    Note that if you set android:windowSoftInputMode to adjustResize or adjustPan, only keyboardDidShow and keyboardDidHide events will be available on Android. If you set android:windowSoftInputMode to adjustNothing, no events will be available on Android. keyboardWillShow as well as keyboardWillHide are generally not available on Android since there is no native corresponding event.


    removeListener()

    static removeListener(eventName, callback)
    diff --git a/docs/next/keyboard/index.html b/docs/next/keyboard/index.html
    index de3f759a79b..123cd22d21a 100644
    --- a/docs/next/keyboard/index.html
    +++ b/docs/next/keyboard/index.html
    @@ -132,7 +132,7 @@
     
  • keyboardWillChangeFrame
  • keyboardDidChangeFrame
  • -

    Note that if you set android:windowSoftInputMode to adjustResize, only keyboardDidShow and keyboardDidHide events will be available on Android. If you set android:windowSoftInputMode to adjustNothing, no events will be available on Android. keyboardWillShow as well as keyboardWillHide are generally not available on Android since there is no native corresponding event.

    +

    Note that if you set android:windowSoftInputMode to adjustResize or adjustPan, only keyboardDidShow and keyboardDidHide events will be available on Android. If you set android:windowSoftInputMode to adjustNothing, no events will be available on Android. keyboardWillShow as well as keyboardWillHide are generally not available on Android since there is no native corresponding event.


    removeListener()

    static removeListener(eventName, callback)