Is it possible to set bookmarks in Windows Phone 7?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no programmatic API to interact with WP7’s IE7 bookmarks. The best thing you can do is open up a website using the WebBrowserTask and then the user can add a bookmark if they choose to do so.
Normally on IE it’s possible to invoke the Javascript “window.external.AddFavorite()” method to ask a browser to add a favourite, but that doesn’t appear to work in IE7 mobile.