Can I use the native android camera in Ionic over an iframe and send pictures on my webserver?

I am building an app and because of my missing knowlegde of java and xcode I decided to make this app in htlm,php,css & javascript(jquery). Now I’m face the problem of getting this app to the diffrent devices and I want to use Ionic for that. I placed an index.html inside the server for the app and there is a iframe placed inside and nothing more. Is it still possible for me to get access to the media storage and send php data back and forth while having an iframe as a brighde between Ionic on android and my website on its webserver? Can I access the camera of the device?