I want to assign a custom image to a panel. When I invoke the following JS on page show, things work well when tested in Appery. However, when I test it on iOS device the background image does not show up.
Appery("panel").css('background-image', 'url('+Appery.getImagePath('image.jpg')+')');
What would you suggest?