Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

WiiMarioHacker

macrumors member
Original poster
Apr 3, 2010
96
0
I would like to know if it is possible to load a WPF Browser Application (from Visual Studio) into a UIWebView.

This would help me out to port Windows apps to OS X.
 

Catfish_Man

macrumors 68030
Sep 13, 2001
2,579
2
Portland, OR
No.

<edit>Also, UIWebView doesn't exist on Mac OS X, only on iOS. On OSX there's just WebView, which is more powerful, but also doesn't support XAML. </edit>
 

Krevnik

macrumors 601
Sep 8, 2003
4,100
1,309
WPF Browser Applications are backed up by a .NET EXE... That's a big fat no. It's not a browser feature, it's something driven by a .NET browser plugin (similar to click-once) that is Windows-only.
 

bbarnhart

macrumors 6502a
Jan 16, 2002
824
1
You could read in the XAML, parse it and then programmatically add the elements to the view. I'm looking at doing something like this for a project. We're not going to use XAML but something like it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.