Skip to content

How can I add sticky button to keyboard? #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pouyali opened this issue May 1, 2020 · 8 comments
Open

How can I add sticky button to keyboard? #430

pouyali opened this issue May 1, 2020 · 8 comments

Comments

@pouyali
Copy link

pouyali commented May 1, 2020

Hi,

How can I add a button to stick to the top of the keyboard always when the keyboard shows up?

@dtran-ellevest
Copy link

You should be able to make the button sticky by just putting it outside the scrollView component, inside a view.

<View>
<KeyboardAwareScrollView>
</KeyboardAwareScrollView>
</Button>
</View>

@Bibazavr
Copy link

It' pretty strange...

In android can help this trick:

You should be able to make the button sticky by just putting it outside the scrollView component, inside a view.

<View>
<KeyboardAwareScrollView>
</KeyboardAwareScrollView>
</Button>
</View>

but in ios its doesen't work

@venkataluri
Copy link

I am also looking for a solution.
it is not working in IOS.

@theMasix
Copy link

Any news?

@WebtualUtsav
Copy link

I am also looking for a solution. it is not working in IOS.

have any solution found for IOS
android working fine

@Bibazavr
Copy link

I created own solution for both platforms - works fine:)

@WebtualUtsav
Copy link

I created own solution for both platforms - works fine:)

this is quite good but as of now is there any solution for react-native-keyboard-aware-scroll-view lib

@Bibazavr
Copy link

As far as I know, Nope and this is library are not longer maintained

And this is main reason why I created my own solution

#585 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants