Memmy-App / memmy

An Apollo inspired open-source iOS and Android client for Lemmy built with React-Native. Find us on the App Store and Google Play!
GNU Affero General Public License v3.0
546 stars 58 forks source link

[Bug]: Search bar halfway off the screen #993

Closed ProvokedGamer closed 11 months ago

ProvokedGamer commented 1 year ago

Check for open issues

Minimal reproducible example

When I open up Memmy and go to the search tab, 50% of the time the search bar is halfway off the screen. When I try to tap on the search bar in that state, it doesn’t bring up the keyboard (the app doesn’t do anything).

2673F880-B70B-46A9-B57F-B13FC0AF8F4F

Reproducible Steps:

  1. Open up Memmy
  2. Go to the search tab
  3. If the bug doesn’t appear, kill Memmy in the app switcher and try again

Expected Behavior

When I go to the search tab, the search bar should be in the centre, and clicking on the search bar should bring up the keyboard so that I can search.

Version

0.6.1 (1)

App Store or TestFlight?

TestFlight

iOS Version

15.x

Device

iPhone 8+

eoddc5 commented 1 year ago

this might be an iPhone 8 issue....ive not seen this in any build yet on my 14

@sgriff96 or @gkasdorf ?

sgriff96 commented 1 year ago

Yea i can't reproduce this on an 11 pro. Does this happen very consistently to you? @ProvokedGamer

I think we're gonna remove the search bar from the header there anyways which would probably fix this from happening

ProvokedGamer commented 1 year ago

Yeah. It happens about 50-70% of the time I open Memmy.

ProvokedGamer commented 1 year ago

I think we're gonna remove the search bar from the header there anyways which would probably fix this from happening

Oh ok, great!

@sgriff96

ibennetch commented 1 year ago

For what it’s worth, this happens almost all the time for me on an iPhone SE (2020). I remember only one time I was able to use the search properly.

I see you said you plan to move the search bar which is fine, but just wanted to give another data point about this.

gkasdorf commented 11 months ago

This is fixed now.

ProvokedGamer commented 11 months ago

This is fixed now.

Thanks!!!