Kenneth
Kenneth
On which browser are you seeing this? Also, the input box is hidden on touch devices.
Can you share a screencast pls?
If this is true: ``` ('ontouchstart' in window || navigator.msMaxTouchPoints) ``` then the input box is hidden. This affects tablets and phones and was done as a quick fix for...
It's definitely possible and I will look into this when working on the next version!
@anteksiler Not sure yet, but will post here when I have more details.
Yeah, it's about time I publish it :) Feel free to create a PR and I will merge it.
Thanks! I'll look into it.
The image visibility check needs some improvement and your issue is probably related to https://github.com/kennethcachia/background-check/issues/31 For the time being, you can try and process just the currently active image and...
Hmm. I'll look into this and will get back to you.
Thanks! Yes, at the moment there are very basic checks in place to determine if the image is still visible or not. You can overcome this by refreshing the `images`...