Haojian Wu
Haojian Wu
Are you using electron? If so, #61 may solve your problem.
@bgSosh do you know any other reason that may cause `micro-txn-authorization-response` not triggered?
Thanks for the report. Looking at the log, I think we should replace the v8's `Utf8Value` with [`Nan::Utf8String`](https://github.com/nodejs/nan/blob/master/doc/v8_misc.md#nanutf8string).
@patrickklug I haven't test these APIs because I don't have a gamepad device, now I made a prebuilt binary for nw.js 0.8.6 with Steam SDK 1.35 in https://drive.google.com/file/d/0Bx5px5HgHtBxMXdndVpRaXo1NXM/view?usp=sharing Feel free...
Just for more info. If anyone who wants to build greenworks for nw.js v0.8.6, he will encounter a `call to New is ambiguous` compilation error caused by nan v2. The...
@HughIsaacs2 not yet, since I don't have device to test them...
@cvan, this PR is kind of outdated, I need to rebase it. Originally this feature was requested by @patrickklug, but he switched to other stuff and didn't get time to...
@vaughnroyko Can you provide a worked sample of nw.js v0.12.1 here?
@vaughnroyko I have the same result with you. Only NW.js 0.12.1 works, neithor NW.js 0.12.2 or Electron(v0.29.2) works. See my comment in #16 . I haven't much idea on why...
> As I said, I can't see any changes that would break this in the changelog/commits for 0.12.1 to 0.12.2. Besides the commits in https://github.com/nwjs/nw.js/commits/nw12, there are also changes in...