标签: javascript angularjs cordova ionic-framework
我想在混合移动应用程序中使用javascript私有API。 API使用主机名和10位数密钥来验证帐户。
Account{ "host":"sample.example.com", "key":"1234567890",
}
问题是,我的混合移动应用程序不使用任何主机,而是在网址中运行" file:///android_asset/www/index.html"
file:///android_asset/www/index.html
请告诉我有什么解决方法可以解决这个问题吗?