Cong Pham

Results 94 comments of Cong Pham

react-native-web doesn't implement [Keyboard event](https://github.com/necolas/react-native-web/blob/ef95fc0c2b40cc0d3743df4b56485a16a8442e5f/packages/react-native-web/src/exports/Keyboard/index.js#L13) ![Screenshot 2024-04-25 at 22 35 36](https://github.com/Expensify/App/assets/11959869/74c92f1a-a1f9-4a3f-b58b-3142b176061a) I have tried keyboard event before using `runAfterInteractions` and it doesn't work for mWeb https://github.com/Expensify/App/assets/11959869/0734d1d8-55a8-44da-9984-5a2fea5aca27 My solution using `runAfterInteractions`...

> @suneox And what are your thoughts on this concern? @rojiphil I also explain in [my comment](https://github.com/Expensify/App/issues/40767#issuecomment-2077683868) the reason I was using `runAfterInteractions` with `requestAnimationFrame` to make sure it can...

> @suneox @tienifr On further investigation, I could reproduce the problem even without the keyboard on my iOS simulator. So how can scrolling early even before the Keyboard shows up...

> Regarding usage of `runAfterInteractions` and `requestAnimationFrame`, I am open to considering this as an option if there is a solid reasoning behind this. Until then we are attempting to...

It can work well on [example](https://github.com/jimp-dev/jimp/tree/main/packages/jimp/browser), this lib using for node so some related packages don't work you need to use a build for the browser version and then I...

Hi @fedirjh I have fix code lint, prettier, and this PR is ready to review

> Let's fix this bug in other places too: > > * Profile display name > * Add new contact method > * Workspace settings -> name > * Private...

> I have included all affected pages in the video @fedirjh Thank you for your feedback, I'll update the list page you've provided asap

@fedirjh I have updated your feedback and we have a condition `shouldEnableMaxHeight` for aware view-port scroll so we can go ahead to fix global by set default `shouldAwareViewportScroll`. and If...