Scrollbar on apple devices

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
boasey
Posts: 22
Joined: Fri Jan 26, 2018 4:38 pm

Hi,

Does anyone know how to get the scrollbars to show the scrolling bar as it does on android devices (see pic) otherwise you are not aware that there may be other panos in the dropdown menu. I have tried styling it in css but that didn't have any effect on the apple devices.

Thanks in advance!

Image
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Which element are you referring to, text box, scroll area?
Do you have an example, link to a pano online.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
boasey
Posts: 22
Joined: Fri Jan 26, 2018 4:38 pm

Hi Hopki, you can see an example in the attached image in my first post. Don't know why it doesn't show the image in the forum but here is the link to the image.

http://www.wyrewebdesign.co.uk/scrollbar.jpg


Image

Ta!
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

You wrote
Don't know why it doesn't show the image in the forum but here is the link to the image.
To attach your image (read .jpg should be about 800 pixels wide to fit forum comment width) bottom forum comment area, click the 3 --- tab on right of OPTIONS, add your image, click place [link code] into comment area and submit.
ADD Attachments, [Place inline] button
ADD Attachments, [Place inline] button
3barbutton.JPG (12.6 KiB) Viewed 3481 times
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
boasey
Posts: 22
Joined: Fri Jan 26, 2018 4:38 pm

Gotcha...thanks 360Texas
scrollbar.jpg
scrollbar.jpg (142.29 KiB) Viewed 3469 times
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
I have written up a bug report for this.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
boasey
Posts: 22
Joined: Fri Jan 26, 2018 4:38 pm

Cheers Hopki!
christoph
Gnome
Posts: 108
Joined: Mon Aug 20, 2012 3:01 pm

Hi Boasey!
Not showing a scroller until you interact with a scroll area is standard in iOS.
BUT: if you really want a scroller to be always visible, you can achieve this by:
- open the skin editor and select the scroll area element
- in the advanced settings, put the following css styles into the CSS Styles input field:

Code: Select all

-webkit-overflow-scrolling: auto;
-webkit-scrollbar: {-webkit-appearance: none; width: 8px;}
Regards,
Christoph
boasey
Posts: 22
Joined: Fri Jan 26, 2018 4:38 pm

Thanks Cristoph,

only just seen your reply so I'll give it a go.

John
Post Reply