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
Be able to scroll even when touching the TextInput.
Actual behaviour
There is a padding of 7 set in the stylesheets/bootstrap.js stylesheet: { ... textbox: { normal: { ... padding: 7,
Which creates a scroll inside the TextInput that takes the focus from the parent ScrollView. If we set that padding to 0, the problem is solved.
On iOS works even with the padding set to 7.
Someone has experience the same issue ?
The text was updated successfully, but these errors were encountered:
Version
Expected behaviour
Be able to scroll even when touching the TextInput.
Actual behaviour
There is a padding of 7 set in the
stylesheets/bootstrap.js
stylesheet: { ... textbox: { normal: { ... padding: 7,
Which creates a scroll inside the TextInput that takes the focus from the parent ScrollView. If we set that padding to 0, the problem is solved.
On iOS works even with the padding set to 7.
Someone has experience the same issue ?
The text was updated successfully, but these errors were encountered: