Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
モバイル Web アプリの開発は初めてです。Phonegap は、ネイティブの index.html にアクセスします。その URL は「file://localhost/Users/.../www/index.html」になります。そのため、$routeProvider を使用すると、AngularJS の $location は適切なホストを提供できません。www フォルダーで開始するホストが必要です。AngularまたはPhonegapで修正するには?
$location から推測しようとするのではなく、$http リクエストがヒットする URL を焼き込みたいと思うでしょう。