-1

We are building an windows 10 app for tablets using the webcam.js plugin. My camera works well in MS Edge browser, But How can I make it working as app on store using inappbrowser.

Also Can anyone tell me that, how can I set my browser as MS edge by default for app

Can anyone please assist me.

Robin Mandangada

Robinm
  • 1
  • 1

1 Answers1

1

My camera works well in MS Edge browser, But How can I make it working as app on store using inappbrowser.

The InAppBrowser window behaves like a standard web browser, and can't access Cordova APIs.

I think what you want is a hosted web app using Apache Cordova. You can create a Hosted Web App by following this document: Create a hosted web app using Apache Cordova.

Elvis Xia - MSFT
  • 10,801
  • 1
  • 13
  • 24