I am working on a Cross-Platform app using .NET 2.0 Standard. I am currently using the Permissions Plugin by @JamesMontemagno , but am looking for a way to gain access to the camera without having to navigate the user out of my application and to settings. Rather, I would like a dialog box to pop up with the options "deny" and "allow". Is there a cross-platform way to implement this or will I need to either navigate the user to app settings or implement a platform specific implementation that will use platform-specific permission requesting APIs?
↧