Git Product home page Git Product logo

Comments (3)

pushandplay avatar pushandplay commented on July 18, 2024

@bau720123 Hi, windows8 support now is in experiment mode.

from cordova-plugin-apprate.

bau720123 avatar bau720123 commented on July 18, 2024

hi @pushandplay

article read it

I am using 1.1.4 for now

this address that I read it
https://github.com/pushandplay/cordova-plugin-apprate/blob/master/www_src/AppRate.coffee#L284
the javascript method that I use before is

if(navigator.userAgent.match(/Windows Phone/i))
{
do some javascript
}

so I guess that you can use "Windows Phone" to replace the original "IEMobile"

my "navigator.userAgent" just like this
http://www.littlebau.com/20141122/03.png

PS (this is my app)
the javascript way to open the link in Windows Phone store is

var download_url = 'zune://navigate?appid=ab7bc038-ee4c-44f2-bbff-613a61fc9493';
var action = '_self';
window.open(encodeURI(download_url), action, null);

Give you a reference,wish can help you maybe do some fix

from cordova-plugin-apprate.

bau720123 avatar bau720123 commented on July 18, 2024

hi @pushandplay
just made a note
the latest version 1.1.5 still have this problem in PGB
https://build.phonegap.com/plugins/1298
I click the "Rate it now" button,it will trigger the success callback but still not go to the windows store

PS
according to this
http://phonegap.com/blog/2014/12/09/phonegap-build-new-features/
"Plugins no longer must be reviewed and approved"
Congratulation~

from cordova-plugin-apprate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.