Table chart paginates on mobile

We embed metabase dashboards into our web app, and we're noticing that on mobile devices the charts always seem to paginate after 6 rows. Is there a way to configure metabase (we self-host using AWS elastic beanstalk) such that we can show more rows by default on mobile? I'm attaching first a screenshot of what the table looks like on our web app:

And then what this looks like on the mobile Safari browser (iOS16.1):

As you can see, the chart is paginating after 6 rows even though on a web browser we can render more rows. I think this issue is very similar to the one described here: Table paginates with only 4 rows on mobile, but I wasn't sure if there had been any key changes made on this front since then.

If helpful, here's our diagnostic info on web. Thank you!

{
  "browser-info": {
    "language": "en-US",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.16.1+1",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "11.0.16.1",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.16.1+1",
    "os.name": "Linux",
    "os.version": "4.14.225-121.362.amzn1.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "snowflake"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "12.11"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.5.0"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2022-11-01",
      "tag": "v0.44.6",
      "branch": "release-x.44.x",
      "hash": "5c6ae21"
    },
    "settings": {
      "report-timezone": "US/Eastern"
    }
  }
}

Hi, unfortunately no :frowning: . You can upvote the issue on the first comment

Got it, thanks. Will do!