Hi,
APEX 20.1 hosted on AWS
I have a dashboard page with Cards (CR) and charts (around 6)
When I open the page on mobile, I am not able to scroll up and down.
The cards have "Blank With Attributes" as the region template. If I change it to "Standard" the scrolling works on Cards Region.
In fact- any regions with template = "Blank With Attributes" is not scrollable
Chart region i cannot scroll at all.
I checked this - https://community.oracle.com/tech/developers/discussion/4154305/ut-mobile-scrolling
I added the below lines as suggested- It didnot work
apex.widget.util.TouchProxy.addTouchListeners = function() {};apex.widget.util.TouchProxy.removeTouchListeners = function() {};
ANy ideas how to make scrolling possible on charts/cards on mobile devices?
THanks,