Arunprasanth

Results 30 comments of Arunprasanth

Hi, Which sample you are using ? Hello world ?Is it working in the computer browser ?

I have found the answer finally, we can pass the data as argument of datasource then get the argument as pass it to formatter and do whatever we want. data...

@datLicht Thanks for your response. Previously I was using default webkit configuration. Now I have changed it to uwp, I have tried with xboxone as well as xbox-one configurations but...

@datLicht Hi , ``` var device_brand = antie.normaliseKeyNames(req.query.brand || "microsoft"); var device_model = antie.normaliseKeyNames(req.query.model || "xbox-one"); ``` This is th code I am using. When ever I try to run...

Hi @datLicht My xbox-one configuration looks like below ``` { "pageStrategy": "html5", "modules": { "base": "antie/devices/browserdevice", "modifiers": [ "antie/devices/anim/styletopleft", "antie/devices/mediaplayer/html5untyped", "antie/devices/mediaplayer/live/restartable", "antie/devices/data/nativejson", "antie/devices/logging/onscreen", "antie/devices/logging/xhr", "antie/devices/logging/jstestdriver", "xboxone/devices/storage/xboxpls" ] }, "logging": {...

@datLicht Sure I will use uwp strategy

@datLicht Hi, Still no luck, application is not working in xbox even after i changed the page strategy. Please have a look on my index.html below and let me know...

@rosswilson Hi, Thanks for your response , but unfortunate I cannot activate developer mode in my xbox since the dev mode activation app is crashing while i am trying install...

@rosswilson Thanks for the response , but still I am unclear about how to open the given website in the xbox device. I have installed edge browser in XBOX device...

Finally it starts working in our xbox. We have added the below code into index.html file ``` if (Windows) { // Only for Xbox One. TODO: Find better way to...