Is there a way to check if my reactjs app was opened from cordova app?
My problem is that the inappbrowser from cordova doesn't handle pdfs. However, in our reactjs app, we use an Iframe to display a pdf (It has it own header and branding so it's not opened as a standalone pdf): return…