Hello all,
Here's a little something I figured out:
On a desktop or laptop screen you have room to display quite a few fields in your browses. On an iPhone or Android this is not the case.
The solution is to limit the number of fields displayed on the phone. But wait, we do not want our pretty desktop browse affected by this.
In your browse, in the field's properties, look for Column Condition.
Enter: p_web.IsMobile() = 0
This will tell the browse to only display this field if it is being displayed in desktop mode.
Cool huh?
Bruce thought ot everything....
Don