Mobile View not working on IOS

Guys,

Our IOS clients are reporting that estimates/invoices are not rendering correctly. The items have no descriptions when on Safari. It does the same on Android. Values are there but the description is blank.

“Show mobile friendly invoices to clients on mobile devices” is enabled

I have not troubleshooted this yet but will try and allocate some time to see if I can find the reason.

The issue is line of code in the style sheet https://meartechnology.quickfile.co.uk/styles/mvc/clientarea/salespreview.mobile.min.css

commenting out the “display:none;” rectified all our issues

`invoice-items-tbl thead th:nth-child(2), .invoice-items-tbl thead th:nth-child(3), .invoice-items-tbl thead th:nth-child(4), .invoice-items-tbl tbody td:nth-child(2), .invoice-items-tbl tbody td:nth-child(3), .invoice-items-tbl tbody tthd:nth-child(4) {
display: none;

}`

Hi @MearTechnology

I’m not able to replicate this unfortunately, everything appears to be fine for me:

However, I’ve only tested this on Android as I don’t have access to an iPhone at the moment, but will ask my colleague to test too

Have you edited your styles at all using the advanced customisation tools?

The CSS would explain the missing description, this CSS is not there by default so I presume it has been added at some point?