Vukas Pajic
Vukas Pajic
It doesn't matter where I place the menu, it seems as if something in the code removes the event listener from the bootstrap elements. I'll experiment some more and report...
@beachtom sure I'll send the file now. Thanks and enjoy the weekend :)
can confirm I'm also having this issue with web-ifc-three v0.0.122
Any updates on this? No matter what I try, it seems something within ifcjs conflicts with the javascript-dependent elements in bootstrap.
@agviegas In the example above there isn't even a div defined for the viewer, and I never even try to load a model. Just importing the IfcViewerAPI is enough to...
@agviegas sorry if i'm not explaining it clearly. I intentionally skip rendering the scene or loading any model. I wanted to figure out myself what is causing the conflict. My...
> Just to be sure we are on the same page, you are generating the bundle.js file yourself, right? Can you please update a reproducible example? Yes I'm bundling myself....
@agviegas Good Morning! - Here's the repo with small example demonstrating the issue: https://github.com/vulevukusej/Bootstrap-IFCjs With this [line of code](https://github.com/vulevukusej/Bootstrap-IFCjs/blob/f5946a05226552068b58aa337870035144618e48/index.html#L12) commented out, the bootstrap functionality works as expected; clicking on the...
To anyone else who might've also encountered this - a temporary workaround is to simply initiate the bootstrap elements manually in javascript.: `newCanvasElement = new bootstrap.Offcanvas(_HtmlElement_)`
@aozien thanks, you're awesome ☺️