Good day,
I am developing a custom application in React. Ideally, to be used as a board view.
The issue I am having is that, while the custom board view renders and works fine on PC, I get met with:
This feature is currently unavailable on mobile. Please go to desktop to use it.
However, using the exact same, identical code as a dashboard widget instead of a board view, allows for the app/feature to be used on mobile (testing done with the most recent version of the Monday app on iOS 16.6.1).
This is not ideal, as using a widget for my application feels clunky, and the scrolling is not intuitive. I was wondering if there are certain features that may restrict my application from being used as a board view, or if this is just the case with all React apps.
Any advice/info would be appreciated.
Thanks,
Liam