I want to know how to make my background a picture? I can put a picture up on the app but if I want a button on the same page I cannot put it over the picture. The button goes at the top or the bottom.
I want to know how to make my background a picture? I can put a picture up on the app but if I want a button on the same page I cannot put it over the picture. The button goes at the top or the bottom.
Hello! How did you add background in your app? Try next JS on screen Load event:
codeTiggzi('mobilecontainer1').css('background-image','url("' + Tiggzi.getImagePath('img.png') + '")'); /code