obsidian-inline-scripts icon indicating copy to clipboard operation
obsidian-inline-scripts copied to clipboard

[mobile|iOS] popups are now text cut-offs

Open scarfur opened this issue 1 year ago • 0 comments

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.

scarfur avatar Oct 25 '24 05:10 scarfur