Open futureweb opened 7 years ago
Hi, i've tested this on some devices (Samsung Galaxy S 5 + 6, Huawei P9) and on all of them I had the same problem with the the message button:
I tried some thingsand it looks like the problem lies in the mail.min.css. When I comment the webkit-transform out the button is displayed correctly:
position: fixed; right: 20px; bottom: 10px; /* -webkit-transform: translateZ(0); */
}
Maybe this problem can be fixed in the future?
Florian - Futureweb
hey @tpayen, any News on this? ;-) thx Andreas
Just change bottom: 10px; to 40px, and will be fine.
Hi, i've tested this on some devices (Samsung Galaxy S 5 + 6, Huawei P9) and on all of them I had the same problem with the the message button:
I tried some thingsand it looks like the problem lies in the mail.min.css. When I comment the webkit-transform out the button is displayed correctly:
jqm-mail-newmessage-button {
}
Maybe this problem can be fixed in the future?
Florian - Futureweb