Set Inbuilt component property

How to set Webview URL of Webview in our own extension?

1 Like

Ok so first of all i have a question do you have a proper WebViewer object or do you have AndroidViewComponent or Component object?

Sorry I didn’t write question properly it is webview @Aarush_Kumar

Ok then you can simply do -

WebViewer wv;
wv.CurrentUrl("https://something.com/");

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.