In WP7 TextBox.Focus() does not work when WebBrowser control is present on page
问题 I need to set focus on the textbox. The problem is when a WebBrowser control is present on the page, the SIP is displayed as if textbox is selected, but cursor is not visible in textbox and the input does not go to the textbox. If I comment the WebBrowser control out, then the behavior is as expected - cursor is blinking in the TextBox when page is loaded. Here is the XAML: <phone:PhoneApplicationPage x:Class="WP7Sample.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml