Prism.Plugin.Popups | provides extensibility for Prism.Forms INavigationService | Form library

 by   dansiegel C# Version: v8.0.76 License: MIT

kandi X-RAY | Prism.Plugin.Popups Summary

kandi X-RAY | Prism.Plugin.Popups Summary

Prism.Plugin.Popups is a C# library typically used in User Interface, Form, Xamarin applications. Prism.Plugin.Popups has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This provides extensibility for Prism.Forms INavigationService to handle Popup Views
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Prism.Plugin.Popups has a low active ecosystem.
              It has 186 star(s) with 40 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 86 have been closed. On average issues are closed in 79 days. There are 7 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of Prism.Plugin.Popups is v8.0.76

            kandi-Quality Quality

              Prism.Plugin.Popups has 0 bugs and 0 code smells.

            kandi-Security Security

              Prism.Plugin.Popups has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Prism.Plugin.Popups code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Prism.Plugin.Popups is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Prism.Plugin.Popups releases are available to install and integrate.
              Prism.Plugin.Popups saves you 94 person hours of effort in developing the same functionality from scratch.
              It has 258 lines of code, 0 functions and 80 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Prism.Plugin.Popups
            Get all kandi verified functions for this library.

            Prism.Plugin.Popups Key Features

            No Key Features are available at this moment for Prism.Plugin.Popups.

            Prism.Plugin.Popups Examples and Code Snippets

            No Code Snippets are available at this moment for Prism.Plugin.Popups.

            Community Discussions

            Trending Discussions on Prism.Plugin.Popups

            QUESTION

            Difference between Prism Dialogs vs Popup
            Asked 2020-Sep-09 at 03:48

            I am implementing Prism in a new Xamarin Forms App. I have been using Rg.Plugins.Popup in the app before converting to Prism.

            What are the limitation on the Prism Dialogs vs Prism.Plugin.Popups?

            What are some examples when you would use one over the other?

            Thank you!

            ...

            ANSWER

            Answered 2020-Sep-09 at 03:48

            Rg.Plugins.Popup is a popular plugin for Xamarin.Forms which accesses the native functionality to provide a "Modal Popup" which traditionally has not been achievable with Xamarin.Forms.

            Dialogs in Prism 7.2

            If you're using Prism 7.2 you'll find that the DialogService locates the currently displayed page and then "reparent's the content". Or in other words it takes the content of the active Content Page and places it as the root child of an AbsoluteLayout, placing a mask layer and finally your dialog on top. As a result of this approach you'll notice that any navigation bars for instance on the NavigationPage or TabbedPage, or a MasterDetailPage's menu will remain accessible to the user.

            While in some regard both the PopupPage and Dialog may look very similar as you can probably tell there is some significant divergence there.

            Dialogs in Prism 8

            If you're using Prism 8.0 you'll see that we have updated to the latest Xamarin.Forms and as a result we are able to take advantage of a new feature in Xamarin.Forms which allows you to present a Modal Page with a Transparent background. This in effect allows you to replicate the effect of a PopupPage with either some benefits or drawbacks depending on how you look at it.

            1. With Rg.Plugins.Popups you have the ability to push a PopupPage on top of whatever page is currently displayed from anywhere in the app
            2. With Xamarin.Forms page's that have been pushed Modally they are part of your active Navigation Stack
            3. Using the a traditional page with a transparent background and Modal Navigation you in effect have replicated the appearance of what you get with a PopupPage
            Limitations
            • Prism.Plugin.Popups has the benefit of being integrated into the Navigation Service. As such you can inject the Navigation Service into the ViewModel of a PopupPage, and the PopupPage will be dismissed when you navigate away from it to another non PopupPage.
            • Dialogs are not part of the Navigation Stack tracked by Prism's Navigation Service. Navigation in Xamarin.Forms is dependent on navigating FROM a specific page. Since Prism's NavigationService doesn't know about the Dialog you will need to dismiss the dialog before navigating.
            Other Key Differences

            Besides what I've mentioned so far the only real difference is that Rg.Plugins.Popup gives you some added animations which honestly I've seen very few people using.

            Source https://stackoverflow.com/questions/63801160

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Prism.Plugin.Popups

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/dansiegel/Prism.Plugin.Popups.git

          • CLI

            gh repo clone dansiegel/Prism.Plugin.Popups

          • sshUrl

            git@github.com:dansiegel/Prism.Plugin.Popups.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link