-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Posting and Commenting on Android #3923
Comments
the-gorilla-steem
added a commit
to the-gorilla-steem/condenser
that referenced
this issue
Oct 1, 2024
To solve some visibility issues that are predominantly on Android devices (bug steemit#3923 ), a show/hide navigation toggle has been introduced on Mobile Devices. More details regarding these changes can be found in this post - https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-bugs-3911-3915-3918-3919-3923-3924
ety001
pushed a commit
that referenced
this issue
Nov 19, 2024
* #3915 Bug Fix Addition of overflow-wrap property to h1 element so that words longer than the display area are forced to wrap instead of being completely hidden. * Fixed Bug #3911 This issue also applied when trying to downvote a post at the end of a user's feed and in all other scenarios where the downvote button appears towards the bottom of the screen. Upvote overlay has a "top: -30px" set so this implementation was replicated with a "top" of -270px for the downvote overlay. 270px was chosen as it allows for the contents of the overlay to be visible when at downvoting the first and last post in a feed. A margin-left of -36px was added so that the close 'X' button is visible on mobile devices. (left did not work due to 'left: 0%' being set in the Dropdown.scss file. * Avatar Menu Position on Mobile Devices Adjusted the position of the Avatar Menu on mobile devices so that when opened on Android phones, the Primary Navigation remains visible. This is an additional fix to bug #3918. * Reintroduction of "Hot" Menu Option Fix for bug #3919 to reintroduce "Hot" Menu Option alongside "Trending", "New", etc. * Fixed Table Layout Fixed bug #3924 by introducing a scrollbar underneath tables that exceed their wrapper width. * Introduced Navigation Toggle To solve some visibility issues that are predominantly on Android devices (bug #3923 ), a show/hide navigation toggle has been introduced on Mobile Devices. More details regarding these changes can be found in this post - https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-bugs-3911-3915-3918-3919-3923-3924 * Community Carousel Introduction of a carousel for Pinned Posts, allowing the user to collapse all pinned posts into a more condensed view via a toggle. For more information, please read this post - https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-community-pinned-posts * Removed Comments Deleted commented out styles that were used for debugging. * New Community Banner Implemented a configurable banner for each community. These can be set within the Community's Settings. More detail can be found here - https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-community-banner-and-settings * Translations for Communities Introduced translations for the community pages - Main page, banner, subscribe button and settings. * Additional Translation Included additional translation for Show / Collapse Pinned posts. * Pinned Posts Fix Adjusted the pinned posts display so that when the "minimised state" is stored and then posts are unpinned, it reverts to the list view.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to create a post, the combination of masthed, primary navigation and native keyboard consumes too much of the screen creating a poor blogging experience.
The screenshot below is from a Samsung Galaxy S21 Ultra using the Kiwi Browser.
The text was updated successfully, but these errors were encountered: