Saket Narayan

Results 163 comments of Saket Narayan

Sorry I somehow missed this. Wanna send a PR to support this usecase? I'd recommend creating a new ImageView for every image load in the meantime.

Were you able to check if any other ViewGroup gets resized? Afaik fullscreen activities aren't resized, but this sounds different

Does setting `android:fitsSystemWindows="true"` on the root ViewGroup in the layout change anything?

Ah okay. I'm afraid I don't have any answers for this ¯\\_(ツ)_/¯

Yea this whole implementation was a giant hack anyway. Hopefully we won't have to do any of this once [`WindowInsetsController`](https://developer.android.com/reference/android/view/WindowInsetsController) gets backported as part of androidx.

😳I have no idea what might be causing that. Kind of a long shot, but could you check if you're seeing the issue on this branch? [kaeawc:feature/transitions-api](https://github.com/kaeawc/FluidKeyboardResize/tree/feature/transitions-api)

Hey this looks really nice, kaeawc. Just wanted to let you know that I'll review this in a couple days. I'm a bit occupied with a few things on this...

@kaeawc the transition works perfectly but there's a short moment where the cursor jumps a bit :( I tried fiddling around, but I'm short on ideas here. Do you think...

Wanna share what you've tried so far? I can try guiding you from there. Kotlin's syntax isn't very different from Java so the example usage in README shouldn't be difficult...

This is something I have been wanting to do for a while, but haven't gotten time yet. I'd suggest either extracting out Press's code to your project or forking https://github.com/saket/wysiwyg.