But shouldn't it be the case that such basic functionalities are the same on a multiplatform?
I can understand it for specific functionalities, but this is about a basic function.
But it's all good, I was able to solve the problem.
But I think that many other users may encounter the same problem and not immediately realize that something is not working.
B4X is based on the native views. B4XView is a cross platform API layer that allows accessing the native views through a common API. The documentation states differences between the platforms (not 100% clear in this specific case).
Most of iOS/B4i views do not have an enabled property.