-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charts dont display on Xamarin Forms UWP #63
Comments
Is this issue now fixed? Any work around? |
@pulla2908 not that I am aware of and no workaround either :( |
@leedjones I am one step further! First of all I got the solution from here: Xamarin Formus This is my setup:
On Android it was rendering everytime. On iOS and UWP never. Then I set the PlotView like this: This change made it working immediately on iOS! But on UWP it was not rendering at all, but then if I resized the windows the rendering was done! Next step: For UWP I upgraded to OxyPlot.Xamarin.Forms/1.1.0-unstable0011. I run the app again and rendering was done immediately! Hope that helps! br |
In addition to RELEASE) The compiler does some optimization. Therefore some assemblies are missing. To fix this I did following:
Note: This is only necessary for RELEASE, but not for DEBUG. |
Is there a way to fix this in the current stable version? I am getting the exact same thing (Building for UWP with Xamarin.Forms) |
I have exactly the same issue with UWP - the graph displays upon resizing... :( Anybody got some more input how to resolve this? |
Steps to reproduce
Platform: Xamarin Forms UWP
.NET version:
Expected behaviour
Graph should display as per other platforms
Actual behaviour
Nothing is displayed on screen. According to this thread on StackOverflow another user can see this but if they resize the window the chart renders. However, this does not happen for me.
Tested on two machines (custom built desktop and a Surface Pro 4) and experience the same behaviour. Tested on Android, both the emulator and a physical device, and both work as expected, so it would seem to be just the UWP version.
The text was updated successfully, but these errors were encountered: