Rg.plugins.popup: Getting started page is out of date

Created on 3 Jul 2018  路  8Comments  路  Source: rotorgames/Rg.Plugins.Popup

Getting-started page is a bit out of date.

For example, the line below doesn't compile

Rg.Plugins.Popup.Popup.Init();

That's obvious how to replace it, but I guess better to update this information.

Most helpful comment

But this happens only if you use the latest stable version (at the time of writing 1.0.4).
If you update to the latest prerelease (actually the 1.1.4.158-pre) you'll see that the Getting-started page is correct.

In fact, as stated in the Migration from v1.0.x to v1.1.x Wiki page, "Beginning with v1.1.x the plugin must be initialized for each platform".

Anyway, I surely do agree that this should be better explained and specified in the Getting-started page, at least until a stable version v1.1.x became available.

All 8 comments

But this happens only if you use the latest stable version (at the time of writing 1.0.4).
If you update to the latest prerelease (actually the 1.1.4.158-pre) you'll see that the Getting-started page is correct.

In fact, as stated in the Migration from v1.0.x to v1.1.x Wiki page, "Beginning with v1.1.x the plugin must be initialized for each platform".

Anyway, I surely do agree that this should be better explained and specified in the Getting-started page, at least until a stable version v1.1.x became available.

But this happens only if you use the latest stable version (at the time of writing 1.0.4).

Thank you for point it out.

please close this ticket. you can always provide a PR if you want to add more information into the documentation but just keeping an issue as open makes other peoples live harder when others have real issues. Owner of the project has, I am sure regular work to do and not providing free service for you people. thats why it is open source and if you found something missing give a PR please. thanks.

@EmilAlipiev thank you for your response.

I don't see any reason for closing the issue now. As it was saying:

this should be better explained and specified in the Getting-started page, at least until a stable version v1.1.x became available.


Regarding making PR with edit of the page. By default only collaborators have permission to edit wiki .
About GitHub Wikis

I am having this issue too. For me it is not obvious how to fix this. Can someone tell me Please?

I am having this issue too. For me it is not obvious how to fix this.

@nebula2 I suggest you to use new version of package (it provides more useful exception message and so on) instead.

Please?

I don't remember exactly but something like this

Xamarin.Forms.Forms.Init(e, Rg.Plugins.Popup.Windows.Popup.GetExtraAssemblies());

@FoggyFinder Thank you. Updating to prerelease indeed solved this issue for me :+1:

Today the plugin beings in the stable public version and the documentation is agreed with the last public release. I close this issue.

Was this page helpful?
0 / 5 - 0 ratings