Ran Buchnik
Ran Buchnik
Until you'll support `import` how can I use an `npm` package on my `scripts.babel/background.js` file?
Send a pull request with what?
In [ar-with-webxr](https://googlecodelabs.github.io/ar-with-webxr/step-06/) example I can see that they have ```this.renderer.clearDepth();``` on ```onXRFrame``` (probably added this line after you guys wrote your comments), however, I can still see the gray background....
For me removing ```this.renderer.clearDepth();``` did the trick 🤔
@dangerbahn that seems to be the case for the last couple of days. Looks like another Chrome issue.
I think we can add custom buttons. The developer will be able to determine the text on the button and catch the click event. @nirbal @rtgfxp WDYT?
@nirbal @rtgfxp I've added an option to add buttons that wiil open a model with an iframe. You can use it as follows: ```javascript new Accessibility({ iframeModals: [{ buttonText: '[button...
@rtgfxp Also added the custom functions feature: ```javascript new Accessibility({ customFunctions: [{ method: (cf, state) => { console.log(cf, state); }, buttonText: 'foo', id: 1, toggle: true, icon: 'psychology_alt', emoji: '❓'...
When the user clicks on the "text to speech" option we are preventing all default click events behaviors in order to not trigger any other behavior except reading the text...
@lincolnthree thank you for your response. Unfortunately [this solution](https://staging.creators3d.com/offers) doesn't seems to work.