Replies: 1 comment 2 replies
-
Found a solution, which consists in setting hostname = localhost.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to sends some CORS requests from my ios cordova app to my backend server, keeping the session at the same time, but so far, i was only able to achieve this , using cordova-plugin-webview-proxy.
My problem with using cordova-plugin-webview-proxy is that, i have to define in the config.xml the following entires:
the issue with this, is that when schema and host are defined, the
navigator.mediaDevices
will always return undefined, so the camera won't be accessible. And I need the camera too in my app.So what I need is an approach in which camera and CORS session calls are available.
The way I'm calling the Backend is :
Beta Was this translation helpful? Give feedback.
All reactions