Hi,
Im new to this forum. I have been using NWjs in one of my desktop applications for a few years now. I use webview tag to collate many webpage inside my application. I have a top level HTML page which hosts all the other pages via webview.
(1) As part of this exercise i need to enhance some of the page by embeding other website pages into it.
Since the top level HTML host all the website pages in <webview> tag, i need to have nested webview support (only 2 level though) to achieve (1).
Is it possible to have webview inside another webivew tag? any example or pointer is appreciated.
Thanks.