xamarin.winphone

Winphone project type is not supported in Visual studio 2017

不羁的心 提交于 2019-12-11 07:58:58
问题 I have an existing xamarin native project and It has myproj.iOS myproj.Droid myproj.WinPhone I uninstalled my visual studio 2015 and installed Visual studio 2017 Now in the solution explorer I can see it clearly says myproj.WinPhone (incompatible) I am aware Microsoft is pushing for UWP but I still want to do as I was doing earlier like supporting windows 8.1 etc.. Is it possible to downgrade this to 2015 so that I can still do myproj.WinPhone ? Or is there anyother way that will solve this

How do I access cookies in a Xamarin WebView?

浪尽此生 提交于 2019-12-10 11:09:27
问题 In our Xamarin app, we need to allow our users to log in using their own SSO solution. The way this works in our iOS app is that we open up a controller with a web view and point it at our site, and keep watching the cookies until they're back on our site with the cookie that indicates that they're logged in. But in Xamarin, I can't see how I can access the cookies for the WebView. Our Xamarin app is running on Windows 8.1 and WinPhone 8.1, but it will be extended to Android at some point so

How do I access cookies in a Xamarin WebView?

笑着哭i 提交于 2019-12-06 06:34:30
In our Xamarin app, we need to allow our users to log in using their own SSO solution. The way this works in our iOS app is that we open up a controller with a web view and point it at our site, and keep watching the cookies until they're back on our site with the cookie that indicates that they're logged in. But in Xamarin, I can't see how I can access the cookies for the WebView. Our Xamarin app is running on Windows 8.1 and WinPhone 8.1, but it will be extended to Android at some point so I need a cross-platform solution. So, how do I access cookies in a Xamarin WebView? You need to create