Forum Discussion
Problem with Background Image on Mobiles
Hi, The Background of my Reportes are not appear on mobiles. I remember 1month ago wer working ok, I don´t Know if Was a change of version. Could anyone help me with this ?
10 Replies
- yarivmPower BI Team
Hi
Background color is supported on mobile devices, yet background images are not. Did you set a background image? If not, what platform (PowerBI, Report Server) and what device are you using?
Please provide the above information to our support team [email protected]
Thanks
Yariv
- MiguelSaldana77Resolver I
Hi,
Yes I set a background image and I remember that this background was appearing well in every device. i say this because i worked hard to set correctly position the image. This problem is only with Iphones and Android devices.
Anyone have the same problem?
- shamsuddeenvpPost Patron
Dear yarivm
We are also facing the same issue, as we have branding done with our BG image, and its not working in mobile.
Will this feature available in future releases?
Br,
SHams
- romarquNew Member
Hi,
For now mobile app Power BI just show background image in the dashboard view, not in the report.
- mshenhavPower BI Team
Hey,
We have it on our backlog to enable background image for landscape reports.
Stay tuned.
Thanks, Maya
- saadeddineFrequent Visitor
Hey,
Is this issue solved or not Yet ?
- NazimusNew Member
Hello team,
I had the same issue where background page image was displaying correctly on PC or from Web navigator but not the case from Android application,
To fix the issue, I uploaded the background image in : Canva settings instead of Wallpaper (Both options are in Report page format).
Hope this will help;
Best regards
Nazim
- AnonymousNot applicable
background-attachment: fixed in CSS, at best, does not work well in mobile browsers, and at worst is not even supported by the most widely used mobile browsers. You can ditch this idea completely and let the background scroll on small screens using media queries. Or get around it with a small fix.
Regards,
Willjoe