c# - Pass cookie to WebBrowser in Windows Phone 8 -


i developing app uses public api. after performing login procedure api, cookie store in app. need pass cookie every api call, request. far good.

now unfortunately api doesn't give me acces features of service. want giving users of app button, open webbrowser specific features. problem is, user is, of course, not logged in in webbrowser.

what found out on pc is, login-cookie, api, work website well. want is: when user clicks on button, opens webbrowser , passes login cookie have webbrowser, user logged in , can use feature. there solution problem? couldn't answer that.

cheers! :)

you can set cookies invoking javascript on page when loading completed. windows phone webbrowser set cookies


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -