Hello, in my app i see the “Install APP”, I want to hide it, but in safari I can’t get the source code because is not a iphone.
Some one have this div or class ?
Hello, in my app i see the “Install APP”, I want to hide it, but in safari I can’t get the source code because is not a iphone.
Some one have this div or class ?
button[class*="mobile-sidemenu___StyledButton3"] {
display: none;
}
I tested this with success.
Thank you a lot !