User-144466109 posted
i have a simple page:
<mobile:Form id="Form1" runat="server">
<mobile:Link id="Link1" runat="server" BreakAfter="True">Link</mobile:Link>
<mobile:TextBox id="TextBox2" runat="server" BreakAfter="True"></mobile:TextBox>
</mobile:Form>
For some reasons, some mobile devices doesn't display both Link and TextBox. Instead they display Link and OK button to navigate to other control. How to avoid such behavior?
PS. It also doesn't work properly in Openware Simulator