On iOS how do I migrate my custom PageRenderer to a PageHandler #14549
Replies: 2 comments 1 reply
-
Hello @PureWeen I tried this :
But it goes into the throw line I cannot find a way to create the Microsoft.Maui.Platform.ContentView from a native Viewcontroller. I tried to have a look there but I can't use this code, the "CrossPlatformLayout" is unknown by my compiler.. Note that I have been able to display the viewcontroller with this native code in maui, but I lost all navigation events :
|
Beta Was this translation helpful? Give feedback.
-
Do you have some news? I do not know how to do it. I have a page made in iOS and Android with arKit and arCore used into it, but I can't figure out how to implement it in MAUI without PageRenderer. @davidortinau @jamesmontemagno @jfversluis |
Beta Was this translation helpful? Give feedback.
-
#7174
I want to provide my own ViewController
I want to be able to access the ViewController
Beta Was this translation helpful? Give feedback.
All reactions