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 don't suppose there is a way to use IsMobile etc. from "code behind" to find out the current viewfinder mode?
The text was updated successfully, but these errors were encountered:
Flexor isn't intended to programatically access media widths in that fashion. The IsMobile etc methods are more declarative in nature.
After a quick search looks like Ed Charbeneau has a library which could provide the functionality you're after.
https://github.com/EdCharbeneau/BlazorSize
Sorry, something went wrong.
Yeah I kinda figured. The whole point of me asking was to avoid another library. I just made my own little service.
No branches or pull requests
I don't suppose there is a way to use IsMobile etc. from "code behind" to find out the current viewfinder mode?
The text was updated successfully, but these errors were encountered: