Ryan Lebel
Ryan Lebel
I asked here as well: https://github.com/stonesam92/SSSnackbar/issues/6
On android does it just slide up above the keyboard?
I just put in a PR that has support for show and showTop methods now. show() uses the bottom default way, and showTop() renders it at the top of the...
We could merge that, and bump npm again. Would that solve your issue?
@dlcole was this resolved?
This is true, its just in my specific use case I just want to open a new email to compose an email. Ideally for me, using gmail would be the...
That seems like a solid approach.
Hey @EddyVerbruggen , just had a thought. Android gives a compose with menu, why not recreate that? Makes the most sense. So you run the function, if you have more...