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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -