M

majidghafoorzade

Member

Last active 5 years ago

  1. 5 years ago
    Tue May 22 14:30:27 2018
    M majidghafoorzade started the conversation HTML Background Images not shown in App.

    I make a html page and convert it to apk(mobile application) with website 2 apk software. Everything is good, but background images in css do not work: for example when I use this code:

    #nav-closer{
    width:20px;
    height:20px;
    background:url(../img/close.png) no-repeat scroll 0 0/cover;
    }

    Background image is not shown in mobile.(but it is working correctly in html version on desktop). How can I solve this problem?

  2. Tue May 22 14:27:55 2018
    M majidghafoorzade joined the forum.