Load IFC file into Android WebView

Hi there,

I am currently working on a Xamarin Android project, where I load an HTML file into an Android WebView. This all works, and I can see the whole scene and the basic cubes and lights. But now, when I try to load a local .ifc file, it doesn’t work. It says loading file:// is not supported.

Essentially, the result should be that we have loaded an HTML page into the app, and then a .ifc file is loaded from a server to the mobile device. And it is rendered in 3D.

If someone knows a way to fix this or a better way to do it. I would really appreciate that!

Thank you