WebView in Android using Kotlin | Jetpack Compose | Android Studio

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

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

  • @douglastakada15
    @douglastakada15 20 วันที่ผ่านมา

    I followed your tutorial. First one to work and I tried a bunch of other ones. Thank you!!!!!!!

  • @TheatreOfTragedy20
    @TheatreOfTragedy20 2 วันที่ผ่านมา

    Thanks for the video; it works. However, the video covers the top and bottom of the screen, making it impossible to click elements like the privacy policy accept button. How can we leave some space at the top and bottom? It would be even better if a feature like a notification could be added when exiting the app using the back button.

    • @DroidScripter
      @DroidScripter  วันที่ผ่านมา +1

      You can use this for exemple
      Box(
      modifier = Modifier
      .fillMaxSize()
      .systemBarsPadding() // Applies padding for status and navigation bars