We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need a callback method that is triggered after clicking the fullscreen button, or a callback method when clicking the side panel.
No response
5.11.1
Is there a method that is triggered when the user clicks the side panel, such as clicking the fullscreen button?
The text was updated successfully, but these errors were encountered:
There are no specific events but you can subscribe yourself.
document.querySelector('.psv-panel-content').addEventListener('click', () => { .... }); document.querySelector('.psv-fullscreen-button').addEventListener('click', () => { .... });
Sorry, something went wrong.
No branches or pull requests
Describe your problem
I need a callback method that is triggered after clicking the fullscreen button, or a callback method when clicking the side panel.
Online demo URL
No response
Photo Sphere Viewer version
5.11.1
Plugins loaded
No response
Additional context
Is there a method that is triggered when the user clicks the side panel, such as clicking the fullscreen button?
The text was updated successfully, but these errors were encountered: