Page 1 of 1
Cross application references

Posted:
Sun Nov 10, 2013 6:08 am
by Tillmann
If I had two applications which are both approved by the Alliance, would it be possible and allowed to implement a link from one application to the other?
Re: Cross application references

Posted:
Mon Nov 18, 2013 4:46 am
by Support_STA
Hi,
While a manufacturer ultimately can decide on this, we can tell you we don't foresee a problem here.
As you've indicated, it is important that both apps have been approved by STA QA and both are contracted by the respective manufacturer.
Regards,
STA QA
Cross domain java script call fails

Posted:
Wed Apr 02, 2014 8:08 am
by roeland
Hi,
I am developing an app that reads content from a remote URL. The server does provide CORS headers.
The code looks like this:
var url = "http://www.phobos7.co.uk/research/xss/simple.php"
$.ajax({
type :"GET",
url: url,
async: true,
success: function(xml){
alert(url);
alert(xml);
alert("xml call succeed");
}
});
However, using the emulator (3.0) nothing gets called. The success method method is called but no data is there.
If I run the same code on a regular browser, everything works fine.
Do I need to change any specific settings in the emulator to make this work?
Roeland
Cross domain java script call fails

Posted:
Wed Apr 02, 2014 8:08 am
by roeland
Hi,
I am developing an app that reads content from a remote URL. The server does provide CORS headers.
The code looks like this:
var url = \"http://www.phobos7.co.uk/research/xss/simple.php\"
$.ajax({
type :\"GET\",
url: url,
async: true,
success: function(xml){
alert(url);
alert(xml);
alert(\"xml call succeed\");
}
});
However, using the emulator (3.0) nothing gets called. The success method method is called but no data is there.
If I run the same code on a regular browser, everything works fine.
Do I need to change any specific settings in the emulator to make this work?
Roeland
Re: Cross domain java script call fails

Posted:
Wed May 21, 2014 6:47 pm
by Support_STA
Hi Roeland,
I investigated this question, here is my suggestions to solve it:
- Firstly, you need to check jquery file