Droematic
Posts: 0
Joined: Sun Apr 26, 2015 1:58 am

Custom Background Will not set................Please Help!!!!

I have used this doc with no success https://devcenter.appery.io/documenta...

I have tried putting in the image that is saved in media manager, and also the remote link for the photo online

Can somebody let me know if my code is incorrect..I believe the key is having the correct file path to photo, and that is what i am doing Image

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Custom Background Will not set................Please Help!!!!

Hello -

Could you please clarify what type of project do you're creating jQuery Mobile or AngularJS? And please specify the library version you are using: https://devcenter.appery.io/documenta...

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Custom Background Will not set................Please Help!!!!

Hello,

Please add "div" to your CSS selector:

div[dsid="mobilecontainer"]{
background-image:url('http://example.com/image.png');
}

Droematic
Posts: 0
Joined: Sun Apr 26, 2015 1:58 am

Custom Background Will not set................Please Help!!!!

Thank you Sergiy. To confirm that it actually works, does it show the background in the platform real time, or will it only show when you click test in the respected browser?

Return to “Issues”