Hi - I have built an Android B4XPages app. I am now looking to build the equivalent for IOS.
In B4XMainPage I have Android specific controls as part of the UI:
As B4i has TextFields instead of EditTexts, I get a syntax error in B4i.
What is best practice here? As B4XMainPage is shared across the three platforms, a change in one IDE will result in errors in the others.
Many thanks
Philip
In B4XMainPage I have Android specific controls as part of the UI:
B4A:
Sub Class_Globals
Private edBrigadeNumber As EditText
Private edSecret As EditText
...
End Sub
As B4i has TextFields instead of EditTexts, I get a syntax error in B4i.
What is best practice here? As B4XMainPage is shared across the three platforms, a change in one IDE will result in errors in the others.
Many thanks
Philip