316k / android-fortune

A Unix fortune viewer for Android
MIT License
7 stars 1 forks source link

Longer fortunes unreadable on Widget #1

Open ghost opened 9 years ago

ghost commented 9 years ago

The ability to scroll would be great as it's difficult to read fortunes from the widget... even if it's expanded quite large. screenshot_2015-05-17-16-55-42

316k commented 9 years ago

Yeah, it's bothering me too.

The widget is currently very basic, I'll be able to fix this in a few weeks, thanks for your interest !

ghost commented 9 years ago

Of course, thanks for a great program :)

316k commented 9 years ago

Well, after four months of intensive research (actually, I took half and hour to try to fix that when I remembered this issue), it turns out that scrolling is simply impossible on Home Screen widgets.

A possible workaround would be to put the text in a ListView or a GridView, then it would be scrollable, but I don't have the motivation to do that right now.

opk12 commented 5 months ago

Maybe something changed in Android, but this quotes widget can scroll https://github.com/jameshnsears/QuoteUnquote

316k commented 4 months ago

This thread is from almost 10 years ago, maybe I should give it another try :smile:

Nice to know some people still use that app! I'll see what I can do