Forum Discussion
Embedded dashboard not adjusting to screen size/mobile
Anyone have an answer for this? The internet is surprisingly limited in information...
Hi Duggy,
I realise this is from a little while back but in order to get your embedded content to use the mobile view you will need to do some magic in your web app to detect the size of the page/frame and when it gets under a certain wide switch your javascript call to render the report using the mobile view instead of the standard landscape one.
You can also get more specific and define a custom layout to apply - it's more complex but allows fine-grained control over the elements that are shown and where they are placed.
There is an article here that has some links off to relevant articles that might help:
https://azure.microsoft.com/en-us/updates/mobile-layout-support/
Hope you get it (or have already got it) sorted!