Max Lam

Results 5 comments of Max Lam

I have discovered a strange way to make this work...happens on iOS. Some how, I have to have an extra CSS class with the border properties defined like: `.mycard {...

Much apologies. The iOS simulator which I (Version 11.4.1 (921.9)) only has iOS 13.4 for all devices. Can't downgrade to other iOS version.

A work around for this issue (not perfect). Just disable the ivy in tsconfig.json. ``` ... "angularCompilerOptions": { ... "enableIvy": false ... } ... ``` Further reference: [https://angular.io/guide/ivy](https://angular.io/guide/ivy)

Detected the same issue as well with 3.7.3 using: - quarkus-resteasy-reactive - quarkus-resteasy-reactive-jsonb - quarkus-rest-client-reactive-jsonb - quarkus-keycloak-admin-client-reactive

@michalvavrik , ooppss...sorry. I have created a separate issue [here](https://github.com/quarkusio/quarkus/issues/38833). Thank you.