Hi,
I am developing an app on all 3 platforms but have a page I need to render native on Windows Phone (pure XAML stuff). The sample app on GitHub has an implementation for creating a page natively on Android and iOS but not on windows phone.
I tried to follow the same process but windows phone version lacks the "PageRenderer" class inherited by the native implementations on the other platforms.
Does anyone have a working example of the same on windows phone?
Thanks.