Storymap not scrolling in Safari

3142
4
Jump to solution
12-03-2015 12:53 PM
TyjenConley
New Contributor

Our storymap does not respond to scrolling on a mouse when viewing it in Safari. This means there is no way to read the additional content on each section.

http://www.prb.org/india_rising/index.html

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
GregoryL_Azou
Occasional Contributor III

This seems to be a well know issue of Safari that we will need to document, there is a simple workaround that is just to add onmousewheel="" to the iframe tag.

So your tag would be

<iframe src="http://www.arcgis.com/apps/MapJournal/?appid=d9a6a166ac6e409a9a1ae6cbb4709056" onmousewheel="" frameborder="0" scrolling="no"></iframe>

It worked well in all the browser that I tested.

Note that this issue seems only to happen with the Floating Panel Layout and not with the Side Panel Layout.

View solution in original post

0 Kudos
4 Replies
DanPatterson_Retired
MVP Emeritus

works with touch screen only ... but not arrow navagation keys on iPad with Safari ... these iThingies

TyjenConley
New Contributor

I am using Safari on my Mac desktop, not a mobile device or iPad.

0 Kudos
DanPatterson_Retired
MVP Emeritus

well at least you know touch screens work

0 Kudos
GregoryL_Azou
Occasional Contributor III

This seems to be a well know issue of Safari that we will need to document, there is a simple workaround that is just to add onmousewheel="" to the iframe tag.

So your tag would be

<iframe src="http://www.arcgis.com/apps/MapJournal/?appid=d9a6a166ac6e409a9a1ae6cbb4709056" onmousewheel="" frameborder="0" scrolling="no"></iframe>

It worked well in all the browser that I tested.

Note that this issue seems only to happen with the Floating Panel Layout and not with the Side Panel Layout.

0 Kudos