You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using autoScrolling:false (or on responsive mode) and focusing on an input that is on the lower part of a full-screen section, then the mobile keyboard will show and fullPage.js will trigger fitToSection, forcing the scroll of the form and preventing the user from focusing on the input they want to type.
alvarotrigo
changed the title
Focus on form input when fitToSection:true wills scroll page and hide the input
Focus on form input when fitToSection:true can scroll page and hide the input
Dec 2, 2024
Description
When using
autoScrolling:false
(or on responsive mode) and focusing on an input that is on the lower part of a full-screen section, then the mobile keyboard will show and fullPage.js will triggerfitToSection
, forcing the scroll of the form and preventing the user from focusing on the input they want to type.Related with #4222 and possibly #4441 #2891 #2842 #2891 #145
Reproduction online:
https://codepen.io/alvarotrigo/pen/vEBObYW
Steps to reproduce:
1- Open https://codepen.io/alvarotrigo/pen/vEBObYW
2- Scroll to section 3
3- Try to focus input 3 (Or just to to stop on it)
Versions
Latest fullPage.js
The text was updated successfully, but these errors were encountered: