Matchstic / Xen-HTML

Unified and simplified HTML rendering
GNU General Public License v2.0
109 stars 16 forks source link

Text Not Showing When Typing On Background Widget / Scrolling Issues #288

Closed BobtheUltimateProgrammer closed 3 years ago

BobtheUltimateProgrammer commented 4 years ago

Describe the bug When typing in a home screen background widget (e.g. a notes widget), the text does not show up. Additionally, scrolling does not work.

To Reproduce Steps to reproduce the behavior:

  1. Get a notes widget (if you can’t find one, I can post the code for a widget I found)
  2. Put it on the home screen as a background widget.
  3. Type into the widget. Nothing shows up.
  4. For the scrolling issue, attempt to scroll downward. Nothing happens.

Expected behavior The text should show up. The widget should scroll down.

Screenshots See this video: https://imgur.com/a/NaUlglI

Smartphone (please complete the following information):

Additional context This was not an issue on iOS 12.1.1 with unc0ver.

Matchstic commented 3 years ago

Honestly, touch on background widgets is a hack so I'm not completely surprised that this doesn't work correctly. The "solution" is probably to use this widget as a foreground widget instead (via the 'Add widget' button when editing icons)