Rolf Bjaanes
Rolf Bjaanes
Same here. App Store opens after the delay is up on iOS.
with ```javascript preferInApp: true, openAppStoreIfInAppFails: false ``` success returns false even if the in app dialogue is shown
Would love the ability to call requestAlwaysAuthorization twice to get to Always faster too.
Cheers, @mikehardy! The other one is private though :-)
It seems like you have to explicitly request WhenInUse first, then you can request Always directly after. If you request Always first and get While in use (as read from...
This is probably a bit on the side of this issue, but I'm just getting started using Ink and want to create a "full screen app". Was wondering what the...
Moment isn't particularly performant and has some bad behaviour like it modifies the self which can cause unexpected bugs. Would suggest using date-fns instead. Example which would be unexpected for...
Let me know if you can find any idiosyncrasies with date-fns. Looking around the interwebs, moment is only faster at formatting dates compared to date-fns. If I remember correctly it's...
If people are locked-in to moment as an expectation then I won’t touch this. Could use moment just at the boundaries and date-fns on the internal side, but probably more...
Having the same issue. Is there an example of how the referrer should be added? Or more details on how create the API key properly? It is the Maps Javascript...