0

I developed a web application using ASP.net and Angularjs, CSS and html for front end, I want to create a cross-platform mobile application so is it possible to use cordova or phonegap to do it?

Caroline
  • 71
  • 2
  • 6

1 Answers1

0

If as I think you're using WebAPi in your ASP.NET app and no mvc controller because your angularJS app is the entire Front end, you just have to drop your angular app in a cordova/phonegap project ( with maybe some little fixs ) and enjoy

Kevin ALBRECHT
  • 494
  • 4
  • 13
  • Thanks a lot for your answer. But after a little research, I discover that Cordova does not perform well, so I think to move to develop a cross-platform mobile application. Actually, I'm searching to choose the best across-platform.I will be thankful for your suggestion if you have any idea about it. – Caroline Jan 30 '17 at 15:10
  • If you want to keep an Javascript environment , "React Navite" is maybe a good solution ( and you drop AngularJS for ReactJs ). If not you can see Xamarin, views are in natives languages ( per platform ) and code is in C#, nice performance btw. There are others technologies, good luck to find what you are looking for. – Kevin ALBRECHT Mar 02 '17 at 10:04