HTML Background Images not shown in App

  1. 5 years ago

    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. admin

    23 May 2018 Administrator

    @majidghafoorzade ,

    You can debug your app by following the below tutorial:
    https://websitetoapk.com/docs/debugging-with-chrome.html

 

or Sign Up to reply!