cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Fiori using Apache Cordova to access device camera?

former_member185875
Contributor
0 Kudos

Hi,

Standard Fiori application using Apache Cordova to access device camera?

While adding attachments in "My Contacts" CRM application.

in iPhone I am able to access photos, even I can access camera.

Please help me in understanding.

Lakshman Balanagu.

Tags edited by: Michael Appleby

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Lakshman,

You have to build the app with Cordova. The current Fiori apps for CRM is SAPUI5 app.

http://scn.sap.com/docs/DOC-53180

http://scn.sap.com/docs/DOC-56080

Regards, Masa

SAP Customer Experience Group - CEG

former_member185875
Contributor
0 Kudos

Thanks Masa,

Here my query was, how standard fiori applications are accessing devices futures?

using Cordova (or) some other 3rd party js lib enabling this?

Note: I am opening fiori apps using safari browser  only, not from fiori client.

Thanks,

Lakshman Balanagu.

Virinchy
Active Contributor
0 Kudos

Hi

I have nt checked the My Contacts Fiori Application. but, can you check in the application code if any WEBRTC api is being used.

HTML5 has an api - WEBRTC-GetUserMedia which allows the access of the webcam/camera from browser.

Details of the API are available at  Capturing Audio & Video in HTML5 - HTML5 Rocks

Check in the code of the Fiori application , if it is being used to access the camera from browser.

Regards

Virinchy