Inappbrowser + push notification + qr scanner

Anyone tried to use push notification plugin and qr scanner plugin when viewing website using inappbrowser? Read through a lot of materials and documentation, many suggest that it can’t be done, just want to know is anyone really tried that.

TIA!

Pages loaded into InAppBrowser do not have access to Cordova, so they can’t use any plugins. Both Push and QR Scanner have to happen inside the host application (which is not too hard as you can send messages between the app and InAppBrowser or react to special URLs).