Hello, is it possible to make a splash screen appear only in mobile versions of my application? I have widgets in there that I'd like to provide a short explanation for, but those widgets are not in my desktop version so it's potentially confusing.
Solved! Go to Solution.
Hi Celina,
From my understanding, this is not possible as the custom device layouts only affect widgets (more on this here)
I did some testing on my end and you could have a similar version of this if you add a window that isn’t a splash screen and add a button widget that is titled something like “mobile instructions” that only shows up in the mobile layout and then have the button linked to the window that you created this will make it so that it's only accessible on the mobile layout. the only downside of this is it won't show up right away when the user opens the experienced builder.
Desktop view
mobile view
after selecting button
Hi Celina,
From my understanding, this is not possible as the custom device layouts only affect widgets (more on this here)
I did some testing on my end and you could have a similar version of this if you add a window that isn’t a splash screen and add a button widget that is titled something like “mobile instructions” that only shows up in the mobile layout and then have the button linked to the window that you created this will make it so that it's only accessible on the mobile layout. the only downside of this is it won't show up right away when the user opens the experienced builder.
Desktop view
mobile view
after selecting button
Thank you! That would work perfectly for our purposes, I'll do that.