latest obsidian update did changes to popups, they are basically a text cut off mess and unusable right now if the string holds more than a small number of words (probably less of a problem on bigger screens like iPads).
As far as I tested it right now, a <span> around the strings solves the issue! But I am not sure if it was my popups.custom() function instead, in which I implemented some drop-down fixes to iOS (or more to say: Capacitor) render issues, that solved it.
Maybe a simple could solve it but I only investigated a short time. If so, could be implemented in confirm(), input() etc. to solve the issue.
latest obsidian update did changes to popups, they are basically a text cut off mess and unusable right now if the string holds more than a small number of words (probably less of a problem on bigger screens like iPads).
As far as I tested it right now, a
<span>around the strings solves the issue! But I am not sure if it was my popups.custom() function instead, in which I implemented some drop-down fixes to iOS (or more to say: Capacitor) render issues, that solved it.Maybe a simple could solve it but I only investigated a short time. If so, could be implemented in confirm(), input() etc. to solve the issue.