Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing command error #10

Open
jeanycyang opened this issue Dec 22, 2015 · 2 comments
Open

missing command error #10

jeanycyang opened this issue Dec 22, 2015 · 2 comments

Comments

@jeanycyang
Copy link

window.cordovaHTTP.get(
  "https://platform.telerik.com",
  {}, // optional params
  {}, // optional headers
  function(msg) {alert("OK: " + msg)},
  function(msg) {alert("ERROR: " + msg)}
);

msg: missing command error

Can someone tell me what's going on?

@EddyVerbruggen
Copy link

Could be a host of things.. can you share your project with us?

@jeanycyang
Copy link
Author

A sample project hello app from cordova.
cordova version: 5.4.1
node version: v4.2.3
npm version: 3.5.2

My platforms: ios, browser

Didn't change anything else yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants