So, I haven't been using construct for ages but now I'm back to make a little prototype for my university project.
I need to make QR Code scanner feature in my app. I have tried User Media object - it works in browser, but it doesnt work with PhoneGap builder (no Camera request on install, and yes, I have tried to edit Android Manifest and it didnt help either) and Cordova Camera and Cordova Capture plugins seems outdated:
Fetching plugin "cordova-plugin-camera" via npm
Installing "cordova-plugin-camera" at "4.0.3" for android
Plugin doesn't support this project's cordova-android version. cordova-android: 6.1.2, failed version requirement: >=6.3.0
Cocoon.io seems dead (endless compile times and dead forums).
Intel XDK has been discontinued, no longer actively being developed and will not be updated
Is it even possible today to make simple interactions with smartphone camera, or Construct 2 can't handle that?