24.0
trying to pre-select a radio (that's not the first one) upon opening a view has an unexpected result
to replicate, edit DemoCheckboxRadio.wo in the WebOrderMobile workspace. Comment out or remove all the WebGroups except for WebGroup3 and add this OnBeforeShow method to the cWebview
Code:Procedure OnBeforeShow Send SetSelected of oWebRadio3 End_Procedure
you get this result
seems like the first radio receives the focus, but I have been unable to create a workaround for it
thanks