Chavda Sachin
Chavda Sachin
It rather looks like react-native bug. In provided video when typing on web a thin underline is visible under the letter which happens when keyboard is capturing word and no...
Edited by **proposal-police**: This proposal was **edited** at 2024-12-10 12:05:45 UTC. ## Proposal ### Please re-state the problem that we are trying to solve in this issue. Android - 3-button...
I was able to repro this with 6 copilots and pixel 6 emulator
[Updated Proposal](https://github.com/Expensify/App/issues/53842#issuecomment-2531375603) @jayeshmangwani yes, my old proposal breaks the style on web, But I have updated proposal. thanks @daledah.
@jayeshmangwani the other proposal breaks the style on mobile devices, it adds extra unwanted padding. See the video, and additionally you could compare padding with other similar popups ie. FAB...
@IuliiaHerets I think this issue should be present on android/ios hybrid app and not on any of the standalone app.
@sonialiap it's coming from my pr, Issue should be limited to the Hybrid apps. And adding following code block [here](https://github.com/Expensify/App/blob/df7ab48f101094316aab164dfed9213914713d4f/src/pages/settings/InitialSettingsPage.tsx#L245) should solve the issue ```js if (isActingAsDelegate) { setIsNoDelegateAccessMenuVisible(true); return;...
I checked android-standalone, but it is working as expected. My guess is that tester might have marked standalone by mistake.
coming from [here](https://github.com/Expensify/App/issues/50063#issuecomment-2413863356)