On Firefox and Chrome for Android (haven't tested on iOS), opening search and typing a query without collapsing the keyboard results in a page which is unscrollable:
I believe this is because the search results are obscured behind the keyboard, and we don't resize the content based on this.
<meta name="viewport" content="interactive-widget=resizes-content" /> seems like it will fix the issue, according to https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name/viewport#the_effect_of_interactive_ui_widgets
Further reading: https://developer.chrome.com/blog/viewport-resize-behavior/#viewport_resize_behavior
On Firefox and Chrome for Android (haven't tested on iOS), opening search and typing a query without collapsing the keyboard results in a page which is unscrollable:
I believe this is because the search results are obscured behind the keyboard, and we don't resize the content based on this.
<meta name="viewport" content="interactive-widget=resizes-content" />seems like it will fix the issue, according to https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name/viewport#the_effect_of_interactive_ui_widgetsFurther reading: https://developer.chrome.com/blog/viewport-resize-behavior/#viewport_resize_behavior