Skip to content
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

PancakeView is ignored by the iOS version #160

Open
luistejadaa opened this issue Jan 24, 2021 · 0 comments
Open

PancakeView is ignored by the iOS version #160

luistejadaa opened this issue Jan 24, 2021 · 0 comments

Comments

@luistejadaa
Copy link

I was having a problem like this #52 It happened to me that I have all my pages in a .net 2.1 project, not in the Shared project, it seems that it is not calling the init of the renderer in the iOS version, when I tried to add my page in the Shared Project if it works, in android it works as both way.
After several hours of investigating I realized that the problem is that it does not call the render in iOS when you use PancakeView from another project that is not Shared and it must be done manually by calling
PancakeViewRenderer.Init(); in the iOS AppDelegate.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant