PorkyProductions/porkyproductions.github.io

Title text overflows on Firefox for iOS

Closed this issue · 1 comments

Issue #2: Text Overflow

Expected Behavior

The JavaScript "utilitiy.js" is intended to hide the title text element on the navbar/header. This happens on webkit based browsers such as safari. See below.
image

Unexpected Behavior

The utility does not seem to work on gecko based browsers (such as Firefox mobile) and the title text is visible. See below.
image

Additional Info:

Device: iPhone XƦ
OS: iOS 15.2
Firefox Client: Firefox Daylight 40.2 (7167)

Also not sure if Firefox iOS uses gecko. This was assumed because safari definitely uses webkit, and you would think it would be the same on Firefox is they used webkit.