Android Question Webview scroll inside CustomListView

tucano2000

Active Member
Licensed User
Longtime User
I am using this Expandable list based on CustomListView:


I've placed a Webview inside an expandable panel but the Webview scroll isn't working.

Is there any way to make it work when you only touch the webview the webview scroll works and when you touch the rest of the panel the Customlistview scroll works ?
 

tucano2000

Active Member
Licensed User
Longtime User
Okay. I'll then place a transparent panel over this Webview to simulate a tap and another semi-transparent panel across the screen containing another Webview, which will be shown when the user taps on the transparent panel over the Webview inside the CustomListview.

This new Webview will be a little larger to simulate an enlargement of the content.

If the user taps outside the Webview in this new panel then it will be hidden.

Would this be functional, elegant and easy to implement?
 
Upvote 0

tucano2000

Active Member
Licensed User
Longtime User
Okay. I'll then place a transparent panel over this Webview to simulate a tap and another semi-transparent panel across the screen containing another Webview, which will be shown when the user taps on the transparent panel over the Webview inside the CustomListview.

This new Webview will be a little larger to simulate an enlargement of the content.

If the user taps outside the Webview in this new panel then it will be hidden.

Would this be functional, elegant and easy to implement?

It worked perfectly! Thanks Erel.
 

Attachments

  • Imagem do WhatsApp de 2024-05-13 à(s) 09.06.22_b57222c3.jpg
    Imagem do WhatsApp de 2024-05-13 à(s) 09.06.22_b57222c3.jpg
    262.9 KB · Views: 17
  • Imagem do WhatsApp de 2024-05-13 à(s) 09.06.22_4a4da750.jpg
    Imagem do WhatsApp de 2024-05-13 à(s) 09.06.22_4a4da750.jpg
    227.8 KB · Views: 20
Upvote 0
Top