Hi all
I have a problem with my ionic app running in ios.
Due to the webkit default styles, all the disabled input elements and their content seams watery and with a gray overlay. I tried to make a screen shot but due to compression you can not see it very clearly on it.
I tried different styles and changes like:
.disabled {
background-color: #f8f8f8;
-webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
-webkit-opacity: 1 !important;
}
(the disabled class is applied to every disabled element and is working fine).
Has anybody ever found a solution for this?
Thanks,
Floyd