Im trying to store the web url in the firebase and using it via a rest api. In the web viewer it write the web url, but i just want to open the web url instead. Does there any solution to this problem. I already tried to store the webviewer to the label, but it can't connected.
Thanks for the advice, im tired to use the web component and i test it by return the content i get to the label3. It turn out to be a exactly url that i want, but when i put it in the view url there are http://"https// why is this happened?
I think i found the problem. the get responseContent return a "https://www.youtube..."
But to put in the go to url it must be https://www.youtube. Is there any way to remove " " from the response content?