I have developed a simple chat application using Chainlit and would like to add it as a new tab in m-files Desktop. I attempted to integrate it using the DisplayPersistentWebPageInTab method described in this GitHub page.
Github Link
However, it appears that m-files Desktop uses IE11 as its embedded browser, which leads to a blank white tab since Chainlit apps are not compatible with IE11.
Are there any alternative methods to achieve this integration? Specifically:
Is it possible to display a website (or locally hosted web app) in the m-files dashboard?
Are there updated approaches to embed web apps that rely on modern browser engines?
Any guidance or suggestions would be highly appreciated.