I am trying to build a plugin in banno plugin toolkit, in which our implementation requires the camera and geolocation access within the plugin, and issue is both are restricted within plugin.
https://jackhenry.dev/open-api-docs/plugins/architecture/restrictions/
Is there any work around where i can use camera and geolocation.
Tried to access camera , but didn't worked as it is restricted.
As you've noted in your question, access to Native APIs / operating system APIs is restricted per https://jackhenry.dev/open-api-docs/plugins/architecture/restrictions/
A different section on that page, "Opening new windows", might offer a different option but it wouldn't be exactly what you're asking about: