windows app integration with cordova

630
2
06-24-2019 06:34 AM
DevendraKhatri
New Contributor III

I have a cordova application that needs the GIS capability. I choose native run time SDK to go ahead, I am facing issue with integrating the .NET sdk with my cordova app, is it even possible !  Any suggestion would be helpful. Thanks

Tags (2)
0 Kudos
2 Replies
NathanCastle1
Esri Contributor

For Cordova development, a JavaScript/web technology may be the easier option. Have you considered the ArcGIS JavaScript API?

You can find a demo of using the JavaScript API with PhonGap/Cordova on GitHub: https://github.com/Esri/quickstart-map-phonegap

0 Kudos
DevendraKhatri
New Contributor III

yes, I have seen the JavaScript APIs, but my motive to opt native SDK is to perform offline operations which is not supported in JavaScript APIs. I have to use Native SDK itself, but not sure of cordova integration be seamless.

0 Kudos