Skip to content

Eagler Mobile v3.0.3

Compare
Choose a tag to compare
@FlamedDogo99 FlamedDogo99 released this 16 Jun 01:29
· 25 commits to main since this release
af4f94a

Changes

Possibly resolves #15 and #7

  1. All calls to window are now clientWindow
    • Tampermonkey does not allow Userscripts to run outside of the sandbox, while the iOS Userscripts app does. This change allows the window object to be used when unsafeWindow is undefined.
  2. Added inputFix window state, which is turned on when double input events are detected
    • Some Android devices dispatch an additional input event when the input element is programmatically updated. When we set the input for the first time as the DOM loads, we can see if this is happening. If it is, we ignore every other duplicate key press.
  3. Added CSS and eventListener to prevent long presses on Chrome triggering the save-image dialog
    • To use the touch controls, the user is required to hold or drag on buttons. On iOS Chrome, this causes the save-image dialog to appear. This change should prevent that.

Relevant Issues

Full Changelog: v3.0.2...v3.03