Windows phone 8.1 在Cordova中为WP8添加日期选择器

Windows phone 8.1 在Cordova中为WP8添加日期选择器,windows-phone-8.1,cordova-plugins,visual-studio-cordova,Windows Phone 8.1,Cordova Plugins,Visual Studio Cordova,我正在尝试调用Cordova项目中的本地WP8日期选择器。 我需要一个插件吗? 该插件应该只适用于WP8,对于IOS和Android,我希望使用本机输入 我尝试了此项“”,但编译失败,出现以下错误: (Plugins\com.hypermurea.phonegap.wp8-datetimepicker-plugin\DateTimePickerTask.cs(83,17): error CS0246: The type or namespace name 'NavigationInTransit

我正在尝试调用Cordova项目中的本地WP8日期选择器。 我需要一个插件吗? 该插件应该只适用于WP8,对于IOS和Android,我希望使用本机输入

我尝试了此项“”,但编译失败,出现以下错误:

(Plugins\com.hypermurea.phonegap.wp8-datetimepicker-plugin\DateTimePickerTask.cs(83,17): error CS0246: The type or namespace name 'NavigationInTransition' could not be found (are you missing a using directive or an assembly reference?) [C:\Projectos\VS\NoesisWrapper\NoesisWrapper\bld\Debug\platforms\wp8\NoesisWrapper.csproj]
1>Plugins\com.hypermurea.phonegap.wp8-datetimepicker-plugin\DateTimePickerTask.cs(84,17): error CS0246: The type or namespace name 'NavigationOutTransition' could not be found (are you missing a using directive or an assembly reference?) [C:\Projectos\VS\NoesisWrapper\NoesisWrapper\bld\Debug\platforms\wp8\NoesisWrapper.csproj]
1>Plugins\com.hypermurea.phonegap.wp8-datetimepicker-plugin\DateTimePickerTask.cs(85,17): error CS0246: The type or namespace name 'IDateTimePickerPage' could not be found (are you missing a using directive or an assembly reference?) [C:\Projectos\VS\NoesisWrapper\NoesisWrapper\bld\Debug\platforms\wp8\NoesisWrapper.csproj])

我正在使用VS2015 v14.0.22609.0,并通过NuGet将WPToolkit添加到项目中。

您需要安装windows phone toolkit。请按照以下链接中的说明安装: