Can't select text on Chrome

Firstly apologies as I am a web developer, not really much of a Unity expert!

Unity Version: 5.5.3
Chrome: Version 62.0.3202.89 (Official Build) (64-bit)

Explanation:

I can’t select text once the Unity Viewer has loaded. It sounds like it might be this bug, but just checking if it is potentially something different as it’s more than a year old.

GIF:

3287394--254480--highlight.gif

This also seem relevant, and we are using the fix from here :

#if !UNITY_EDITOR && UNITY_WEBGL
    WebGLInput.captureAllKeyboardInput = true;
#endif

but that doesn’t seem to fix the problem. Do you think upgrading Unity might help?

Always worth trying a newer version, a great many fixes come through all the time and I’ve not seen that one in 5.6 which I last used for a WebGL project

1 Like

Upgrading to Unity 2017.3.1.f1 has resolved the issue for us for anyone interested

i still have this issue and im on the newest version