Yuri
Yuri
maxDate and minDate work on Android for me if I do Date.parse(new Date()) or (new Date()).valueOf() but not on iOS
This is my solution in coffeescript that works both on iOS and Android maxDate = if ionic.Platform.isIOS() then new Date() else (new Date()).valueOf()
Same issue here and I have `cordova-plugin-googleplus` also
Absolutely needs what? :)
I have the same problem btw, but not sure why
We also don't see value in duplicated interface
same problem here, and it looks like it is only happening if building project with latest xcode, as previous builds with exactly same plugins and cordova and cordova-ios versions are...
@minhtranite please merge
While the solution provided by @woodjs works, it opts out the whole nextjs app from `Automatic Static Optimization` due to introduction of `getInitialProps`. I really wish there was a better...
I have limited understanding still, but so far I like the idea of using something like mempool listener to keep track of pending treansactions to double check pending remarks https://github.com/protofire/polkadot-mempool-explorer/blob/main/api/services/polkadot/index.js#L224...