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
Modify the code related to the 10Tap editor, so that aligns the toolbar right above the keyboard when it mounts, The toolbar should be positioned directly above the keyboard, and its height should be between 40 to 50 pixels.
Tasks
Understand the current behavior of the toolbar related to the keyboard in the 10Tap editor.
Modify the code to ensure the toolbar is aligned directly above the keyboard when it appears.
Set the toolbar height to be between 40 to 50 pixels.
Write test cases to verify the toolbar alignment and height.
Run the app on your local device/machine to confirm the implementation works as expected.
Acceptance Criteria
All test cases should pass successfully.
The app should run on a local device/machine without any issues.
The toolbar should be positioned directly above the keyboard when it mounts.
The height of the toolbar should be between 40 to 50 pixels.
The text was updated successfully, but these errors were encountered:
Description
Modify the code related to the 10Tap editor, so that aligns the toolbar right above the keyboard when it mounts, The toolbar should be positioned directly above the keyboard, and its height should be between 40 to 50 pixels.
Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: