ragnarlotus / vue-flux

Image slider which comes with 20 cool transitions
https://ragnarlotus.github.io/vue-flux-docs/demos/demos
MIT License
542 stars 49 forks source link

'bindKeys' option is ignored #30

Closed duplo6 closed 6 years ago

duplo6 commented 6 years ago

the option 'bindKeys' doesn't change anything on my page. Also fullscreen option seem always be set to 'true' (double click on the image makes it to appear as fullscreen image)

ragnarlotus commented 6 years ago

Thanks, I'll review it soon.

ragnarlotus commented 6 years ago

Hello, about the fullscreen I found the issue but couldn't find anyu problem with the bindKeys.

Can you tell me if you have the issue in the demo page too? Please give me as much info as possible like if there is any console error, browser, repo...

Thanks

ragnarlotus commented 6 years ago

Hello, just released a new version with the fullscreen option fixed but I was not able to reproduce the bindkeys problem.

I guess it is because of the browser. Which one do you use?

duplo6 commented 6 years ago

Hello, thanks for the fast fix, I'm using Google Chrome for Mac, there is no error, just that the arrow keys don't appear. On the demo page everything works fine.

ragnarlotus commented 6 years ago

Ohhh you mean the arrows of controls...

The option bindKeys is to go to next or previous image using the arrow keys of your keyboard.

To display what you want you have to use the FluxControls component :)