Replies: 1 comment
-
yes, you can access to camera with blazor (actually in js) in Desktop, Mobile and Web! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently started a new project on Blazor Server. It is a big project, and the development will probably take me all year.
I am pretty sure that I will also need a mobile version because I need to access the device's camera.
I have seen that with Blazor webassembly using JavaScript it's possible to access the camera, however I prefer the advantages of a native application.
There are plans to unify on the same project (Desktop, Mobile and Web)?.
In the future, will it be easier to integrate both projects if I develop it for web assembly?
I have chosen Blazor server mainly because I have a lot of experience with web forms.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions