For Each v As View In clv1.GetPanel(Index).GetAllViewsRecursive
If v Is WebView Then
Dim wv As WebView = wvDrawer
Exit
End If
Next
It is still not working, Any solution?
1.png Shows, The Left drawer opens CLV1 has two panels.
- Panel one, has Label and imageView with Arrow, as in Erel's B4XDrawer Example, same copy, no change.
- Panel two, is loaded either by another CLV from item.bal or with a WebView and Two imageView from item1.bal depending on user choice.
If you see, 3.png is blank, the content of this goes into the Devotional- item of CLV.
When Devotional item its opened, 4.png shows correct result, google searches and returns result.
If Devotional item is not loaded, then the 2 item of CLV returns the Web Search result and 3.png is not blank.
I want the Blank, 3.png to be resolved.