Git Product home page Git Product logo

Comments (8)

jessejiang0214 avatar jessejiang0214 commented on June 24, 2024 1

Did you add assemblies into Xamarin.Form.Init() function?

            // you'll need to add `using System.Reflection;`
            List<Assembly> assembliesToInclude = new List<Assembly>();

            //Now, add in all the assemblies your app uses
            assembliesToInclude.Add(typeof(SlideOverKit.MenuContainerPage).GetTypeInfo().Assembly);
            assembliesToInclude.Add(typeof(SlideOverKit.UWP.MenuContainerPageUWPRenderer).GetTypeInfo().Assembly);
            //Also do this for all your other 3rd party libraries

            Xamarin.Forms.Forms.Init(e, assembliesToInclude);

from slideoverkit.

escamoteur avatar escamoteur commented on June 24, 2024

Why do I have to do this manually?
I just did, but nothing changed

from slideoverkit.

jessejiang0214 avatar jessejiang0214 commented on June 24, 2024

Well, that is Xamarin.Form's issue, we must do that
https://developer.xamarin.com/guides/xamarin-forms/platform-features/windows/installation/universal/

from slideoverkit.

escamoteur avatar escamoteur commented on June 24, 2024

I see, but I'm still in debug mode, but I did it and no change

from slideoverkit.

escamoteur avatar escamoteur commented on June 24, 2024

Ok, it seems there is more than one problem. I now figured out that the Problem only occurs when I assign the Menu in the Page Constructor.
I now tried to build a small project for reproduction. Here my Page is displayed, but
nothing happens at all when I call ShowMenu on UWP. It works on Android though.
SlideUWPTest.zip

from slideoverkit.

jessejiang0214 avatar jessejiang0214 commented on June 24, 2024

Fixed this

from slideoverkit.

escamoteur avatar escamoteur commented on June 24, 2024

So there way a problem :-) ALready on nuget?

from slideoverkit.

jessejiang0214 avatar jessejiang0214 commented on June 24, 2024

Yes, 2.1.1 https://www.nuget.org/packages/SlideOverKit/

from slideoverkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.