Currently we're using a breakpoint to determine if we want to always show the calculator buttons or not. Unfortunately tablets don't benefit from that change (which I use regularly). Using a larger breakpoint might cover some tablets, but it won't cover larger ones like iPad Pro 12.9".
Solution
Instead of basing this off of a breakpoint, we can use a different type of media query to detect if it's a touch-based device.
Problem
Currently we're using a breakpoint to determine if we want to always show the calculator buttons or not. Unfortunately tablets don't benefit from that change (which I use regularly). Using a larger breakpoint might cover some tablets, but it won't cover larger ones like iPad Pro 12.9".
Solution
Instead of basing this off of a breakpoint, we can use a different type of media query to detect if it's a touch-based device.
References