kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Conditionally use JSColor for Safari #56

Closed Danealor closed 5 years ago

Danealor commented 5 years ago

When user is on Safari (can be checked using HTML), use JSColor as the colorpicker

Danealor commented 5 years ago

Acceptance Test (Part of User Test): 1) Load the website on Safari on an iPhone (or an equivalent emulator) 2) Verify that the color picker exists shows the current color (black by default) 3) Tap the color picker to change the color to red (or any other color) 4) Draw on the grid to make sure the color picker worked

Note: Repeat for normal browser/other mobile phones to make sure that it still works there (no regression faults!)