All Questions
Tagged with application-bar webbrowser-control
2 questions
0
votes
1
answer
755
views
ApplicationBar with minimized mode override WebBrowser component at landscape orientation
i have been read some similar questions on Stackoverflow but cannot make it works correctly
Here is my WebBrowser XAML code
<phone:WebBrowser Name="webBrowser"
ScriptNotify="...
1
vote
0
answers
326
views
Disable the tap-and-hold application bar that appears in WP8 phone:WebBrowser control
The phone:WebBrowser control in Windows Phone 8 has a behavior where if you tap-and-hold a text block in the control, a selection mechanism will be enabled and an ApplicationBar with copy-paste ...