S. Markidis
S. Markidis
Created a pull request (#16) with a fix, it's a minor bug due to depreciated calls.
@oltreseba I have a feeling I am hitting exactly the same problem. Did you manage to solve it and how?
Don't webpack keytar it's a native module. Rather use `remote.require("keytar")` from your renderer process, if you want to uses that way. If used with something like electron builder; it will...
Don't think there's even an implementation for `isInternetReachable` on iOS in the first place.
I glanced over the implementation yesterday as I was looking for the same issue and couldn't find an implementation on iOS. If I saw it correctly iOS does not return...
@wpenris can you elaborate how these svgs are being added to your app
The notifications APIs are OS-level features, thus there isn't a particular version that is supported and one that isn't. Afaik the push notifications implementation for the latest NT with support...