166
Views
3
Comments
Solved
CSS for opacity in mobile app
Question

Hi,


I am trying to grey out a big tile link with "Temporarily unavailable" text. what I have currently done is overlayed a container and used the opacity CSS attribute to make the overlay translucent. this works for chrome but I can't get it to work on the mobile app. I have tried using RGBA colours as well ( background: rgba(128,128,128,204)). Is there a way to make a container translucent on the mobile app or is there another method I can use to get the same effect?


Cheers,

Luke

2020-09-29 02-25-04
Rob Edwards
Solution

Maybe consider using a Popup instead with your message in mobile. 

2023-10-16 05-50-48
Shingo Lam

Agree, it should be implemented by popup to use the good build-in stuff in outsystems

UserImage.jpg
Luke Anthony

thanks i'll try that

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.