Steven Yau
Steven Yau
@andri-iamlab You need to call preventDefault on the touch start event to prevent that browser behaviour. Example: https://playcanvas.com/project/1051540/overview/ios-16-select-issue ``` (function() { const app = pc.Application.getApplication(); if (app.touch) { app.touch.on(pc.EVENT_TOUCHSTART, (e)...
I've just spoken to another customer that would really this feature on a large team
@dfrancos-hub Can you create that as a new request please as that endpoint isn't part of version control :)
Done and released
Released in 1.23.2
Fixed in 1.23.3 release https://github.com/playcanvas/editor/releases/tag/v1.23.3
The latter issue has been fixed in a previous release
I wonder if there is a Chrome extension that could be installed to force cross domain cookies for local development?
Facebook (for instant games) have the ability to create test accounts that have read access permissions to the project. It be a bigger job than I would like: related to...