cancel
Showing results for 
Search instead for 
Did you mean: 

Any known conflicts between Magento 2.x and bloxstrap?

Any known conflicts between Magento 2.x and bloxstrap?

I'm working on a custom VR-enabled storefront using Magento 2.x and have been experimenting with bloxstrap to integrate external tracking hardware via OpenVR. While bloxstrap works fine on other platforms, I’m running into some strange behavior when trying to sync certain real-time movement features through Magento.

It’s unclear whether the issue lies in Magento’s rendering layers, API compatibility, or something with how bloxstrap communicates with the browser during WebXR interactions.

Has anyone here tried incorporating VR tracking tools like bloxstrap into a Magento-based setup, or encountered similar issues with JavaScript/webGL extensions in Magento themes?

I'd appreciate any insights or even ideas on debugging this further. Thanks!

2 REPLIES 2

Re: Any known conflicts between Magento 2.x and bloxstrap?

Hello @ednamorphybb1d ,

Well, I haven't had the chance to work on similar cases, but based on the description you posted, I can see multiple reasons:

  1. CSP issues, which you can confirm using the browser console.

  2. You can add the Immersive Web Emulator and test with the Chrome browser.

  3. default_head_blocks.xml - you can utilize this file to load Bloxstrap-related JS and CSS.

Problem Solved? Accept as Solution!

Thanks

 

Ankit Jasani

Re: Any known conflicts between Magento 2.x and bloxstrap?

Interesting setup haven’t tried bloxstrap with Magento myself, but I’ve seen WebGL conflicts crop up due to how Magento handles DOM caching and JS bundling Mepco bill online. Maybe try disabling JS bundling temporarily to isolate the issue.