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

Java sticky instances of class com.mysql.jdbc.Field aggregating -