Android Example Exploring the b4x UltimateWebView with SithasoDaisy, #TailwindCSS + #DaisyUI UI Toolkit

Hi

This seeks to document my experiences of the UltimateWebView and the newest Sithaso Holdings UI kit, named SithasoDaisy, a TailwindCSS UI kit built on top of BANano + B4x.

Well, this is my fist attempt of using a WebView with anything done with BANano, so its just an exploration to satisfy my curiosity about the UltimateWebView. I dont know much about this listview, so if you have questions, kindly open a new thread, however if we are on the same boat about BANano + WebViews, shoot here, we will explore.

1. You will need the


2. I am testing with b4a 12 BETA


3. SithasoDaisy is here.

 

Mashiane

Expert
Licensed User
Longtime User
T1: Can it open and can I play my Xylophone?

*** AWESOME***

I recently developed a Xylophone WebApp, so wanting to see if I can play it.

Updated the UWV code..

B4X:
Sub Activity_Create(FirstTime As Boolean)
    'Do not forget to load the layout file created with the visual designer. For example:
    Activity.LoadLayout("Main")
    UltimateWebView1.LoadUrl("https://sithasodaisyxylophone.netlify.app")
End Sub

So far so good: Please note, the video does not have sound otherwise the webapp played the sounds during recording.

 
Last edited:
Top