I try to build simple radio streaming app with intel xdk adn html5 audio
app running well in app preview but not in android device. when i try to debug i found different header of them.
Someone please help me to investigate the issue...
header from android device -->
header from app preview -->
Link Copied
My guess is you need to setup your whitelist rules. See this doc page to get started > https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk <
That may not be sufficient, you may need to configure the intents and navigation fields, as well. And, you may need to add a CSP rule in your index.html file. Please read the doc page I reference and also see the whitelist settings in the "hello cordova" sample for a reference that is fairly wide open.
For more complete information about compiler optimizations, see our Optimization Notice.