Giter Site home page Giter Site logo

Comments (9)

rotorgames avatar rotorgames commented on May 21, 2024

@KathirveluM Hi friend. Please, send me you project, where you have problem.

from rg.plugins.popup.

rotorgames avatar rotorgames commented on May 21, 2024

@KathirveluM I'm open you project, and deleted Popup assamblyes in nuget.
ToolbarItems still not showed. What is to blame my plugin?

Error in your code.

from rg.plugins.popup.

KathirveluM avatar KathirveluM commented on May 21, 2024

Hi,
Yes, you are right. But Before including the Rg.Popup Plugin Reference it was working as expected.

After including as well as deleting the reference , its not working in iOS platform.

from rg.plugins.popup.

rotorgames avatar rotorgames commented on May 21, 2024

@KathirveluM I tested on my Demo project. In him all working!

clip2net_160524141210

from rg.plugins.popup.

KathirveluM avatar KathirveluM commented on May 21, 2024

Hi @rotorgames,

I too have tested with sample application and its all working (Now too i have checked and its fine).

When we add the same with our working project its not showing the Navigationbar in iOS platform alone.

I have verified the existing iOS projects (before and after referencing) and found that only difference is Package file is updated for Xamarin Forms Version from 2.0.1.6505 to 2.2.0.31 but its not an issue (because i have checked with fresh sample and its working fine with 2.2.0.31 version as well)

There is no issues with Component . i Feel the issue with other Updated Package(while adding Rg.plugin) . Kindly provide your valuable inputs on this.

from rg.plugins.popup.

rotorgames avatar rotorgames commented on May 21, 2024

@KathirveluM Rg.Plugins.Popup depends only from Xamarin.Forms.

I not find error in your code, but code dirty.
Why use try catch everywhere, and without trapping exception?

You can create new blank project, add my plugin, and repeat you code, by landmark.

from rg.plugins.popup.

KathirveluM avatar KathirveluM commented on May 21, 2024

Hi @rotorgames , Ok let me start from the scratch with new project and check it.

Where do you mean dirty (The try Catch blocks?) or any other ?

from rg.plugins.popup.

rotorgames avatar rotorgames commented on May 21, 2024

@KathirveluM Dirty in all try catch code.

You not catch exception. When throw error, you dont observe about it.

don't write this:

try
{
//you code
}
catch(Exception)
{
// This nothing
// You dont observe when error throwing
}

from rg.plugins.popup.

KathirveluM avatar KathirveluM commented on May 21, 2024

@rotorgames Yes, we have to throw the exceptions properly in try catch block and this is not yet done for this application.

The reason for this issue :

As per our requirement with iOS platform, we have aligned the First Navigation bar item as left and other items as right for all the Xamarin Forms content pages using Custom Renderer (ExtendedPageRenderer.cs).

Now We have unloaded this Class and its working.

FYI.
The file can be found in AppnameiOS->Renderer -> ExtendedPageRenderer.cs

from rg.plugins.popup.

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.