colors with transparancy are not working in my ionic android app.
while this works:
background-color: #cb003a;
this won’t work:
background-color: #cb003aa4;
It will just be a completely transparent div.
I only have this problem on in the android app on my device, It works fine when serving it in the browser.
Can android show transparent colors?