0

I have a vuejs app and responsive component with a picture with CSS bottom: 0;

There's also an input in the page and when I tap on input on an android phone the keyboard opens and pushes the picture up! It does not behave like that on ios phone!

Any ideas?

  • Please share some piece of your code or a running example using codepen or codesandbox. This way other users can help you better. – Ankit Kante Jun 23 '20 at 14:59
  • Does this answer your question? [Android: How do I prevent the soft keyboard from pushing my view up?](https://stackoverflow.com/questions/4207880/android-how-do-i-prevent-the-soft-keyboard-from-pushing-my-view-up) – Bryce Howitson Jun 23 '20 at 15:06
  • Also https://stackoverflow.com/questions/23940438/want-to-have-browser-viewport-resize-when-ios-keyboard-is-activated/55671366#55671366 – Bryce Howitson Jun 23 '20 at 15:07

1 Answers1

0

You using position relate with value minus

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 20 '22 at 22:10