nunopedrosa

Results 3 issues of nunopedrosa

Keycloak 18 not longer supports **redirect_uri** parameter on logout and fails with an error: See: https://www.keycloak.org/docs/latest/upgrading/index.html#openid-connect-logout So, in KeycloakService.php, ** getLogoutUrl** should be something like: ``` public function getLogoutUrl() {...

Hi! A few types in https://github.com/EddyVerbruggen/nativescript-health-data/blob/master/src/health-data.ios.ts are breaking compatibility with older iOS versions (plenty of devices running iOS 9.3.5...). ``` distanceSwimming: HKQuantityTypeIdentifierDistanceSwimming, // iOS 10.0+ distanceWheelChair: HKQuantityTypeIdentifierDistanceWheelchair, // iOS 10.0+...

There's a simple issue that breaks compatibility with iOS prior to v10, due to the use of: https://developer.apple.com/documentation/uikit/uicontentsizecategoryadjusting/1771731-adjustsfontforcontentsizecategor which is iOS 10.0+ only. My suggestion is to check for iOS...