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 I click into the DateTime field in my form many times, eventually, the arrow in the bottom left makes goes down believing there's a keyboard there. When I click my X in the top left of the screen, I have a dialog that comes up and when I press a button, it calls Navigator.pop() twice so that it removes the dialog and goes back to the previous page. However, when I get to that page, the DateTime field shows up on my screen. When I click "Cancel", my editor pauses on an exception and when I tell it to continue a couple of times, it spits out this error.
When I press the down-facing arrow, it acts as though there's nothing there and it keeps popping the screen like usual. However, nothing I do fixes it unless I go into the form and the keyboard appears. When I get rid of the keyboard by pressing that arrow, it returns to it's normal position.
This screenshot shows the arrow in the bottom left pointing down signaling a keyboard or something else:
The text was updated successfully, but these errors were encountered:
When I click into the DateTime field in my form many times, eventually, the arrow in the bottom left makes goes down believing there's a keyboard there. When I click my X in the top left of the screen, I have a dialog that comes up and when I press a button, it calls
Navigator.pop()
twice so that it removes the dialog and goes back to the previous page. However, when I get to that page, the DateTime field shows up on my screen. When I click "Cancel", my editor pauses on an exception and when I tell it to continue a couple of times, it spits out this error.When I press the down-facing arrow, it acts as though there's nothing there and it keeps popping the screen like usual. However, nothing I do fixes it unless I go into the form and the keyboard appears. When I get rid of the keyboard by pressing that arrow, it returns to it's normal position.
This screenshot shows the arrow in the bottom left pointing down signaling a keyboard or something else:
The text was updated successfully, but these errors were encountered: