Camera view inside the app

I’m developing an app and I was using cordova-camera plugin to take photos.

Sometimes it was working well, but in another cases, it was crashing the app because were demanding too many memory and Garbage Collector was removing the app from background. After many attemps searching for a good solution, I’ve thought to use a camera view inside the app, and therefore the app will not stay in background during the camera capture.

Someone know some plugin to create a “Camera View” inside the app which works in Ionic? I’ve found some plug-ins but some people say that it does not work when are using Crosswalk, and I’m using Crosswalk.

Thanks in advance.