c# - Disable browser links in Windows Phone 8 -
is possible disable links ( <a ... >
elements ) in browser in windows phone 8? display page user cannot navigate page , don't have control on source code of page showing.
thanks!
subscribe webbrowser's navigating
event , cancel navigation attempts setting cancel
property of navigatingeventargs
true.
Comments
Post a Comment