Giphy / giphy-ios-sdk

Home of the GIPHY SDK iOS example app, along with iOS SDK documentation, issue tracking, & release notes.
https://developers.giphy.com/
Mozilla Public License 2.0
111 stars 51 forks source link

Gifs are covered with a white background when the search keyboard is opened. #217

Open behzod-rajabov opened 1 year ago

behzod-rajabov commented 1 year ago

🐛 Gifs are covered with a white background when the search keyboard is opened.

I am using the SDK with swiftUI. When the search textField is clicked to perform a search, the bottom of the searchTextField is completely covered with a white background. This is related to the keyboard output, because in the Simulator everything works correctly when searching with the keyboard closed via CMD+K.

cgmaier commented 1 year ago

hey @behzod-rajabov would it be possible to share a screen shot for what you're experiencing?

cgmaier commented 1 year ago

hi @behzod-rajabov going to close this for now. please feel free to re-open if you can provide additional information. thanks!

behzod-rajabov commented 1 year ago

@cgmaier Please refer to the following screenshot and gif:

Simulator Screen Recording - iPhone 14 Pro - 2023-02-09 at 03 32 37

Simulator Screen Shot - iPhone 14 Pro - 2023-02-09 at 03 32 58

cgmaier commented 1 year ago

thanks @behzod-rajabov we'll look into this soon. in the meantime, is it possible some of the information in this thread may be helpful to you? https://github.com/Giphy/giphy-ios-sdk/issues/44

behzod-rajabov commented 1 year ago

Ok @cgmaier I tried the solutions in this thread. They did not benefit.

cgmaier commented 1 year ago

hey @behzod-rajabov, it'd help if you can fill out some details about your environment, per the template we kindly ask developers to populate when opening up 'bug reports'

Your Environment

we have still been unable to reproduce this on simulator or device. @ALexanderLonsky demonstrated proper behavior in this comment. can you notice any differences in your implementation?

I also just added a new Xcode project "SwiftUI-Example" to this repo, which is a bare bones Swift UI implementation. Can you try this out and let us know what you experience?

Thanks!