The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am pretty new in creating custom visuals. I created a custom visual with a horizontally scrolling div, it works in all browsers and PowerBI Desktop, but not in the PowerBI app on an iPad. on iPad, there is no scrolling bar, and also it is not scrolling if you slide it.
I do notice the other visuals like Card Browser works well on the iPad, but I can't find what I am missing.
Thank you for your help!
Andy
Just to share my findings. It appears I need to give the width of the container to a specific value, such as the viewport width. After changing this, the scrolling works in PowerBI on iPad now, not sure why I don't need to do that for browsers.