Krzysztof Morcinek
Krzysztof Morcinek

Reputation: 1021

Cordova, missing html files when deploying from Visual Studio to device

I am using Cordova and building it using Visual Studio. I build my app on AngularJS example project http://code.msdn.microsoft.com/AngularJS-TODO-Sample-for-b651512a/.

I create *.html views for my directives like always in Angular apps. In emulator it's working fine but I get 404 when uploaded to physical tablet (Android).

What can cause it?

Upvotes: 1

Views: 252

Answers (1)

Ade
Ade

Reputation: 181

I know this question is old, but I bet we will probably help someone else :) This is just one possibility of why your views would not be found on your device even though they really are there: It seems that Android and iOS devices are case sensitive when you try and locate the paths.

Upvotes: 1

Related Questions