I have made a lot of progress with an Android application and finally I decided to pay the U$D99 to Apple and I found this difference:
In general context, when the application starts it tries to know if there is internet or not. If there is no connection, it disables some buttons that depend on connectivity to access a database.
B4X:
Sub Class_Globals
'AS_TabMenuAdvanced
Private btnTabMenu As AS_TabMenuAdvanced
#If B4I
Private xpnl_bottom As B4XView
#End If
'AS_TabMenuAdvanced
End Sub
B4A, line 133 to 136
B4I, line 133 to 136 (Ignore the error on line 132, I have to find a way to get the Internet check to work on both operating systems.)
@Alexander Stolte, the problem is not with your library, the IDE parses the code after an error and inherits it.
If I change line 132 to a valid one (as seen in the attached image), it does not "inherit" the error
@Alexander Stolte, the problem is not with your library, the IDE parses the code after an error and inherits it.
If I change line 132 to a valid one (as seen in the attached image), it does not "inherit" the error