Android Question URL with a parameter

I'm trying to get information from the web and put it into a webview, but I need to pass a parameter and I can't, please someone can help me. Thanks in advance
Sub Label1santo_Click
Activity.LoadLayout("wb")
WebView1.LoadUrl("https://www.google.com/search?q=") <----- here I need to put the parameter
WebView1.Color = Colors.Transparent

End Sub
 

JohnC

Expert
Licensed User
Longtime User
Upvote 0
Upvote 0
Top