Local Image Asset Full Screen
Did you test it on device?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Did you test it on device?
Yes I did. And it's not working there either.
Hello! It works for me (please take a look here http://project.tiggzi.com/mobile-fram...)
I have two screens:
On first mobilescreen on Load event I run custom JS:
$('div[dsid="mobilecontainer1"]').css('background-image', 'url("' + Tiggzi.getImagePath("abstrakciya-fon-13824.jpg") + '")');
var navigateToScreen = function () {Tiggr.navigateTo('mobilescreen1', {reverse: false});};
setTimeout(navigateToScreen, 3000);
mobilescreen1 - is the second screen where it navigates after 3 secons.
By the way you can set splash screen for iPhone in Project Settings-- iOS binary ipa properties.
Marina, Thank You. I had a typo..
I guess it's similar to my wife, and cant read mind..
You guys are awesome.
** Marina, would you mind peeking at this thread and see if you have any suggestions?