Is there a way of implementing a color picker, so that a user can pick from a color wheel.
I am thinking of something like the control
Thank you in advance for your time,
Sean
Is there a way of implementing a color picker, so that a user can pick from a color wheel.
I am thinking of something like the control
Thank you in advance for your time,
Sean
Yes, I looked at it before, you can do that, it’s more or less pre-cooked in html5. Only thing you have to do is run it inside the html-component and, when a color is chosen/cliked, pass the chosen (hex?) string back to the Wix Page using postMessage() (and on Wix page listen to it thru onMessage()).
take a look here…
Very cool. Thank you for the well explained response. I was thinking a component might do it. I’ll try it out.
This is also very cool! Thank you for sharing.
@pantersean
With the example i just wanted to show you that it is also possible to build your own COLOR-PICKER (using JS).
I managed to solve this challenge, documentation here: