Anyone have an example for a webcolorpicker ? The last example is 10 years ago
You should be able to hack a WebTextField and convert it into an HTML color picker:
Me.ExecuteJavaScript("document.querySelector('#" + Me.ControlID + " input').type = 'color'")
The color picker varies from browser to browser. It will work in most of them, except on Android’s Firefox:
Here is a sample project:
webcolorpicker.xojo_binary_project.zip (8.5 KB)
5 Likes
GraffitiSuite also includes GraffitiColorPicker if third-party isn’t off the table. Otherwise, Ricardo’s answer is the best you can do without building a WebSDK component.
2 Likes
1 Like
What is that ?
1 Like