Is styling disabled input box different for mobile?

So I styled the disabled for my input and it seems to be working fine on desktop. When I look at it on mobile it has default setting. Reference of the project I’m working on https://bsupinski.github.io/calculator/ Side question. Think I’m better off removing the input ms just making it a div that has innerHTML changed rather than the input box?
2 Replies
glutonium
glutonium15mo ago
u can't take user input with a div at least not in an ideal way
Errtu
Errtu15mo ago
Ah in working on a calculator, and may just want only buttons usage rather than being able to enter with keys.