Skip to content
New issue

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

"VirtualFileStream" demo Source to browsers triggering "OnGetStream" many times #56

Open
gsantoscosta opened this issue Jan 4, 2022 · 0 comments

Comments

@gsantoscosta
Copy link

Using the "VirtuaFileStream" demo as source to windows explorer, it working fine. The event "OnGetStream" is triggered just once, when we drop releasing the mouse button.
But, using the same demo as source to some browser, as Google Chrome or Edge, the event "OnGetStream" is called many times while mouse move on them, even without the drop.

My app was creating the file in this event, I'm trying to move it to some other way,
even though, the "get" will happen many times, and the process done would depend on the page open on the browser.

There is some way to trigger the "OnGetStream" just once, as the explorer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant