Keyboard overlaps content of jetpack compose - Fix it with simple approach

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 39

  • @Oussamaabdallah
    @Oussamaabdallah ปีที่แล้ว +4

    Didn't work for me for some reason.

  • @name1566
    @name1566 ปีที่แล้ว +1

    I want to and Dev Internship from where I can do that ?

  • @ccspart1
    @ccspart1 3 หลายเดือนก่อน

    This is really the easiest way to do this. Thanks for the info

  • @ubersticks
    @ubersticks ปีที่แล้ว +1

    This is pretty clever! One issue is that if there is a TextInput() at the top of your screen (where you put the green Box(), for example) and if that is focused first, then scrolling to the end is the wrong thing to do - your top TextInput() will be hidden as you type into it. The LaunchedEffect(imeState) will always scroll to the end when the IME Keyboard is visible. Any ideas? It seems like this gets significantly more complicated....

    • @Landofcoding
      @Landofcoding  ปีที่แล้ว

      You are right,
      For your usecase you need to change the scrolling amount depending on which textfield is focused, which requires more code and more handling to achieve a simple task

    • @kirwakelvinkering3122
      @kirwakelvinkering3122 ปีที่แล้ว

      This ks exactly what I thought about . Thanks a lot .

  • @name1566
    @name1566 ปีที่แล้ว +1

    Hey !
    I have one movie searching app.. ther is only one activity and in that top of the activity i have just Search movie EditText Box
    so I want to open my keyboard with the cursor ponting to the EditText Box
    how can I do that?

    • @Landofcoding
      @Landofcoding  ปีที่แล้ว +1

      Search about requesting focus on an edit text

    • @name1566
      @name1566 ปีที่แล้ว

      @@Landofcoding Ok done it... Thankyou 🤗🤗

  • @phoenx6336
    @phoenx6336 ปีที่แล้ว

    Nice solution bro, liked and suscribed

  • @nastenkaoo
    @nastenkaoo ปีที่แล้ว +1

    perfect explanation and helpful content, thanks for them

  • @manticomar1146
    @manticomar1146 10 หลายเดือนก่อน

    يعطيك العافية الله يكثر خيرك

  • @cnamita8298
    @cnamita8298 9 หลายเดือนก่อน

    So if the keyboard it at the bottom and if we need to move up the whole layout get pushed up. But in my case only if the content is more the layout need to push up otherwise the layout should get adjusted with the content same as in whatsapp chat app. What to do in that case

  • @ChandrikaDesai-z7y
    @ChandrikaDesai-z7y ปีที่แล้ว

    very helpful work like a charm, but the scroll state stays at the end, does not reset when I come back to the screen

  • @nursaryev4729
    @nursaryev4729 6 หลายเดือนก่อน +1

    Thannks bro, you helped me a lot 👏

  • @keremturgay1724
    @keremturgay1724 6 หลายเดือนก่อน +1

    Not working for me I do same but not working

  • @chadisfeir3809
    @chadisfeir3809 ปีที่แล้ว

    how to apply this to ModalBottomSheet if it contain Textfields

  • @jasmeetsingh-o8r
    @jasmeetsingh-o8r ปีที่แล้ว +1

    Interesting bro I was also searching for this

    • @Landofcoding
      @Landofcoding  ปีที่แล้ว +1

      Hopefully you found what you were looking for

  • @bassamnasser7953
    @bassamnasser7953 ปีที่แล้ว +1

    thanks a lot dude, that was helpful. 👏

  • @vengateshm2122
    @vengateshm2122 ปีที่แล้ว

    Very useful. Thanks for sharing.

  • @emmanuelmtera5936
    @emmanuelmtera5936 ปีที่แล้ว

    Thank you very much for this

  • @VikasPandey-b1h
    @VikasPandey-b1h ปีที่แล้ว

    Please provide me github link that rememberImeState code

  • @azickri
    @azickri ปีที่แล้ว

    Perfect Explanation 🎉🎉🎉

  • @CaoTriNguyen-tr7hv
    @CaoTriNguyen-tr7hv 4 หลายเดือนก่อน

    Thank you so much

  • @NoPainInLife
    @NoPainInLife 5 หลายเดือนก่อน

    Working guys perfectly

  • @gulshanpatidar7908
    @gulshanpatidar7908 ปีที่แล้ว

    very helpful video

  • @sohilyadav03
    @sohilyadav03 ปีที่แล้ว

    It was helpful🙌

  • @yasserakbbach7342
    @yasserakbbach7342 ปีที่แล้ว

    That was helpful 👏

  • @tomislavkovacevic1
    @tomislavkovacevic1 ปีที่แล้ว

    Thanks!

  • @AdrianRodriguez-vk1yf
    @AdrianRodriguez-vk1yf 10 หลายเดือนก่อน

    te quiero mucho

  • @MichelleRaouf-x6m
    @MichelleRaouf-x6m 11 หลายเดือนก่อน

    Very useful. Thanks for sharing.

  • @saeedzia5579
    @saeedzia5579 11 หลายเดือนก่อน +1

    Didn't work for me for some reason.