Skip to content

Commit

Permalink
Merge pull request MoSync#150 from ciprif/ThreeZeroTwo
Browse files Browse the repository at this point in the history
Three zero two
  • Loading branch information
Ali Sarrafi committed May 14, 2012
2 parents 66c1a1c + 3a810ca commit 561da88
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ public WebView()
mView = mWebBrowser;
mWebBrowser.IsScriptEnabled = true;

mWebBrowser.IsGeolocationEnabled = true;

(Application.Current.RootVisual as Microsoft.Phone.Controls.PhoneApplicationFrame).BackKeyPress += new EventHandler<System.ComponentModel.CancelEventArgs>(BackKeyPressHandler);

mWebBrowser.GotFocus += new RoutedEventHandler(
Expand Down

0 comments on commit 561da88

Please sign in to comment.