Hi!
I'm trying to make a stories reader with some animations and diferent paths. Everything was going great, until I stumble on this problem:
On the phone (Android) this scrollbar don't appear. I'm still able to scroll the text with my finger, but the scrollbar didn't apeared.
And I really need the scrollbar, in order to help the user to see where he/she have stopped.
I've tried the text object and a fake scroll with Pin behaviour (https://www.scirra.com/tutorials/1217/custom-scrollbar-or-slider), but my text seems to be way big for the method (I would need to creat a layout with 90000px height). And the text object "crashes" and it becomes a huge black rectangule.
So, my question is: how can I place a BIG amount of text on a layout and still keep the scrollbar on a smartphone?
I'm attanching a example so you can see what I'm talking about:
https://drive.google.com/open?id=1gd0f7KO8wUGFOcIfr2WTnBD7f0knaGv7
drive.google.com/open
Thank you! :)