Hi all,
I have implemented a B4XPages splash screen (by @Erel Tutorial).
Inside B4A it works correctly but inside B4i it signals me an error within the definition of the activity: "Attribute not supported: fullscreen" (see code).
This error happens because in B4i there is no "activity" module I guess. So more generally, what is the approach to making the B4XPages splah screen cross platform (in my case I'm creating an Android and iOS app?
Thanks in advance for your replies
Luca.
I have implemented a B4XPages splash screen (by @Erel Tutorial).
Inside B4A it works correctly but inside B4i it signals me an error within the definition of the activity: "Attribute not supported: fullscreen" (see code).
This error happens because in B4i there is no "activity" module I guess. So more generally, what is the approach to making the B4XPages splah screen cross platform (in my case I'm creating an Android and iOS app?
B4X:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
Thanks in advance for your replies
Luca.