Why does PhoneGap targets wp8 instead of wp8.1 and wp10?
i've downloaded latest adobe phonegap desktop program , developer apps windows, android , ios.
i click '+' sign create new example project. in there, add line log 'navigator.useragent'. on both wp8.1 , wp10 phones, being reported as:
mozilla/5.0 (compatible; msie 10.0; windows phone 8.0; trident/6.0; iemobile/10.0; arm; touch; {device name here})
as can see, it's using ie10 browser engine when should using ie11. i'm not sure user agent string should but, microsoft website, think, wp8.1, should like:
mozilla/5.0 (mobile; windows phone 8.1; android 4.0; arm; trident/7.0; touch; rv:11.0; iemobile/11.0; nokia; lumia 520) iphone os 7_0_3 mac os x applewebkit/537 (khtml, gecko) mobile safari/537
as far can see, latest desktop program should default wp10 have tried these settings way didn't work:
- <preference name="windows-target-version" value="10.0" />
- <preference name="windows-phone-target-version" value="10.0" />
- <preference name="windows-appx-target" value="8.1-phone" />
is there other config setting i'm missing?
edit
i used device plugin , see it's reporting cordova version of 3.8.2
one other question, if modify config.xml need click in developer app , click 'connect' again or need stop , restart server in desktop program?
notes:
the desktop program installed on laptop using windows 10.
the developer app installed on lumia 520 (wp8.1) , lumia 650 (wp10)
message edited by: rebus media
More discussions in PhoneGap
adobe
Comments
Post a Comment