I set the background for the data-role = "page" element this way
<div data-role="page" style="background: transparent url('img/background.jpg') no-repeat;" >
It works great on both the desktop browser and the Safari browser for iPad.
The problem I am facing is that when you add a website to your home screen as an “application”, and this is a full-screen web application. He does not show the background ...
I tried installing it through the stylesheet, and the built-in and in both cases gave me the same problem.
I completely rule out why this will not work.
Any ideas are welcome.
source
share