jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

In UWP CircleImage stops the render of a page #10

Closed erportico closed 7 years ago

erportico commented 7 years ago

Bug

When in a form I insert a CircleImage, the form works perfectly on iOS and Android but apparently in Windows 10 the component blocks the render of the rest of the page. I added in App.xaml.cs under

Xamarin.Forms.Forms.Init(e); ImageCircleRenderer.Init();

Version Number of Plugin: 1.16.1 Device Tested On: iPhone 6S, iPad, iPad Mini, Cubot Android 6, Windows 10 Desktop, Windows 10 Mobile Simulator Tested On: iMac, Android_ARMv7A

Expected Behavior

In Windows 10 Desktop and Windows 10 Mobile I expect to see the component with an image or blank.

Actual Behavior

In Windows 10 Desktop and Windows 10 Mobile the render of a form is stopped when there is an CircleImage.

Steps to reproduce the Behavior

Open a form with a CircleImage

erportico commented 7 years ago

screenshot_20160919-192402

uwp_rooms

jefersonkallynsr commented 7 years ago

I have the same issue with Windows Phone 8.1

jamesmontemagno commented 7 years ago

What version of Xamarin.Forms are you using?

erportico commented 7 years ago

Microsoft Visual Studio Enterprise 2015 Version 14.0.25431.01 Update 3 Microsoft .NET Framework Version 4.6.01038

Installed Version: Enterprise

Architecture and Modeling Tools 00322-80000-00000-AA153 Microsoft Architecture and Modeling Tools

UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.

LightSwitch for Visual Studio 2015 00322-80000-00000-AA153 Microsoft LightSwitch for Visual Studio 2015

Microsoft Visual Studio Tools for Applications 2015 00322-80000-00000-AA153 Microsoft Visual Studio Tools for Applications 2015

Visual Basic 2015 00322-80000-00000-AA153 Microsoft Visual Basic 2015

Visual C# 2015 00322-80000-00000-AA153 Microsoft Visual C# 2015

Visual C++ 2015 00322-80000-00000-AA153 Microsoft Visual C++ 2015

Visual F# 2015 00322-80000-00000-AA153 Microsoft Visual F# 2015

Windows Phone SDK 8.0 - ENU 00322-80000-00000-AA153 Windows Phone SDK 8.0 - ENU

Application Insights Tools for Visual Studio Package 7.6.00907.1 Application Insights Tools for Visual Studio

ASP.NET and Web Tools 2015.1 14.1.20624.0 ASP.NET and Web Tools 2015.1

ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0 For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013 5.2.40314.0 For additional information, visit http://www.asp.net/

Azure App Service Tools v2.9.1 14.0.20519.0 Azure App Service Tools v2.9.1

Azure Data Lake Node 1.0 This package contains the Data Lake integration nodes for Server Explorer.

Azure Data Lake Tools for Visual Studio 2.0.6000.0 Microsoft Azure Data Lake Tools for Visual Studio

Clang with Microsoft CodeGen 14.0.25515 Clang with Microsoft CodeGen

Command Bus, Event Stream and Async Manager Merq Provides ICommandBus, IEventStream and IAsyncManager MEF services for loosely coupled Visual Studio extension components communication and integration.

Common Azure Tools 1.8 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

GhostDoc 5.2.16200.0 GhostDoc automatically generates XML documentation comments.

GitHub.VisualStudio 1.0 A Visual Studio Extension that brings the GitHub Flow into Visual Studio.

GorillaPlayerPackage Extension 1.0 GorillaPlayerPackage Visual Studio Extension Detailed Info

JavaScript Language Service 2.0 JavaScript Language Service

JavaScript Project System 2.0 JavaScript Project System

KofePackagePackage Extension 1.0 KofePackagePackage Visual Studio Extension Detailed Info

Microsoft .NET Core Tools (Preview 2) 14.1.20624.0 Microsoft .NET Core Tools (Preview 2)

Microsoft Azure HDInsight HQL Service 2.0.6000.0 Language service for Hive query

Microsoft Azure HDInsight Tools for Visual Studio 2.0.6000.0 An integrated development environment for HDInsight application development.

Microsoft Azure Mobile Services Tools 1.4 Microsoft Azure Mobile Services Tools

Microsoft Azure Tools 2.9 Microsoft Azure Tools for Microsoft Visual Studio 2015 - v2.9.40518.2

Microsoft MI-Based Debugger 1.0 Provides support for connecting Visual Studio to MI compatible debuggers

MySQL for Visual Studio 1.2.6 Data design and management tools for MySQL. Copyright © 2007-2015 Oracle, Inc.

NuGet Package Manager 3.5.0 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

Office Developer Tools for Visual Studio 2015 ENU 14.0.23928 Microsoft Office Developer Tools for Visual Studio 2015 ENU

PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

Python Tools for Visual Studio 2.2.40623.00 Python Tools for Visual Studio provides IntelliSense, projects, templates, Interactive windows, and other support for Python developers.

Python Tools for Visual Studio - Django Integration 2.2.40623.00 Provides templates and integration for the Django web framework.

Python Tools for Visual Studio - Profiling Support 2.2.40623.00 Profiling support for Python projects.

R Tools for Visual Studio 0.4.20623.1711 Provides project system, R Interactive window, plotting, and more for the R programming language.

SQL Server Analysis Services 13.0.1605.88 Microsoft SQL Server Analysis Services Designer Version 13.0.1605.88

SQL Server Data Tools 14.0.60629.0 Microsoft SQL Server Data Tools

SQL Server Integration Services
Microsoft SQL Server Integration Services Designer Version 13.0.1601.5

SQL Server Reporting Services 13.0.1605.88 Microsoft SQL Server Reporting Services Designers Version 13.0.1605.88

ToolWindowHostedEditor 1.0 Hosting json editor into a tool window

TypeScript 1.8.36.0 TypeScript tools for Visual Studio

Visual C++ for Cross Platform Mobile Development (Android) 14.0.25401.00 Visual C++ for Cross Platform Mobile Development (Android)

Visual C++ for Cross Platform Mobile Development (iOS) 14.0.25401.00 Visual C++ for Cross Platform Mobile Development (iOS)

Visual Studio Tools for Apache Cordova Update 10 Visual Studio Tools for Apache Cordova

Visual Studio Tools for Universal Windows Apps 14.0.25527.01 The Visual Studio Tools for Universal Windows apps allow you to build a single universal app experience that can reach every device running Windows 10: phone, tablet, PC, and more. It includes the Microsoft Windows 10 Software Development Kit.

Workflow Manager Tools 1.0 1.0 This package contains the necessary Visual Studio integration components for Workflow Manager.

Xamarin 4.2.0.680 (c4382f5) Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin.Android 7.0.0.18 (0e59c36) Visual Studio extension to enable development for Xamarin.Android.

Xamarin.iOS 10.0.0.6 (6c3fee4) Visual Studio extension to enable development for Xamarin.iOS.

jamesmontemagno commented 7 years ago

What version of Xamarin.Forms inside of the Nuget Package Manager are you using?

erossini commented 7 years ago

Hi James, This is my other account :) I don't know. How can I give you this info? You can't fine that in the list I posted?

jamesmontemagno commented 7 years ago

Should be fixed in 1.8.x, which i am about to publish.