Does KeyboardAvoidingView work with Expo web?

Please provide the following:

  1. SDK Version: 42.0.3
  2. Platforms(Android/iOS/web/all): web
  3. Add the appropriate “Tag” based on what Expo library you have a question on.
    KeyboardAvoidingView

I have use Expo for web app. In there when someone uses mobile device or tablet and focus on input the keyboard overlays bottom part of page and KeyboardAvoidingView seems not to work. The screen is not adjusted in any way initially.
If there is input on bottom part of page and that is focused the keyboard overlays it until some button on keyboard is pressed. Is this expected behaviour?

Is it possible to achieve similar behaviour as with KeyboardAvoidingView and ScrollView is working in mobile applications?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.