Transform any Fountain content to HTML using the HTMLFormatter.
View the document in Safari and content honours the break-word word wrap style set on all divs so only vertical scrolling is required.
View in Firefox or on an Android device and word wrapping is not honoured so horizontal and vertical scrolling is required.
I've looked at ways to force word wrap on the parent control or apply some css but it looks like ideally the generated html should be more explicit so it works as expected on all modern browsers.
Transform any Fountain content to HTML using the HTMLFormatter.
View the document in Safari and content honours the break-word word wrap style set on all divs so only vertical scrolling is required.
View in Firefox or on an Android device and word wrapping is not honoured so horizontal and vertical scrolling is required.
I've looked at ways to force word wrap on the parent control or apply some css but it looks like ideally the generated html should be more explicit so it works as expected on all modern browsers.