Embedded app is not responsive

Hi, I have an appsheet app which appears perfectly responsive when viewed directly using the appsheet URL: AppSheet

However, when I embed it in an iframe on a web page, the app does not appear responsive (try it on a smartphone). https://abenterprises.com.pk/temp/dck-list.html

This may very well be an HTML question on but any help would be appreciated.

Thanks

Solved Solved
0 2 242
1 ACCEPTED SOLUTION

OK, it worked for you because I have updated it since my original post
So here is the solution. Within my HTML head tag, I had to add the viewport meta tag which did the trick.

<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

View solution in original post

2 REPLIES 2

Your iFrame link worked for me

OK, it worked for you because I have updated it since my original post
So here is the solution. Within my HTML head tag, I had to add the viewport meta tag which did the trick.

<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
Top Labels in this Space