By Yuvraj Coder
19 Oct 2016 08:36
English
7 Replies
I am trying to send request to my server from tizen web app. But it always failed. I added jquery, angularjs, TAU and other required lib in the project. what is the problem ?
Code =>>>>
var xhr = new XMLHttpRequest();
xhr.open('get', url, true);
xhr.responseType = 'json';
xhr.onload = function() {
var status = xhr.status;
if (status == 200) {
} else {
}
};
xhr.send();
};
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------