Open GoogleCodeExporter opened 9 years ago
For now Mono is not supported. I am trying to add Linux support via GTK# now
and make it able to be build via MonoDevelop. What exception/message does the
crash give?
Original comment by tsumalis96@gmail.com
on 21 May 2012 at 4:23
>>I am trying to add Linux support via GTK#
Does it make sense? GTK has build in webKit wrapper, as pure mono - not.
I have posted related bug to mono... (with detailed logs)
https://bugzilla.xamarin.com/show_bug.cgi?id=2251
But from that time it became just worse...
i'll be glad to help with anything you need to fix...
Original comment by Stanisla...@gmail.com
on 22 May 2012 at 6:24
Indeed, support for WebKit exist inside GTK but there is a specific port for it
and not the windows one, so this makes sense actually because WebKitGTK is a
bit different to the Windows port that OpenWebKitSharp uses and some people
might want to make their OpenWebKitSharp applications compatible with Linux.
As for Mono, the error in your post seems to indicate that Mono cannot parse
System.DateTime and throws an exception, so it is an error in the Interop. In
future releases I will try to modify DateTime to int inside the WebKit Type
Library project and inform you to find out if it actually fixes the problem.
Original comment by tsumalis96@gmail.com
on 23 May 2012 at 5:05
would love to see Mono support for this project!
Original comment by da...@rawberg.com
on 21 Aug 2012 at 2:46
There is some confusion in the discussions and in the codebase on this topic.
There are three separate issues: 1) working with Mono (on any operating
system), 2) Working with Gtk (on any operating system), and 3) working on other
operating systems.
For example, I want to use this library on Windows with Gtk. Or, perhaps on
Linux, with Windows Forms.
I really would love to use Gtk + Mono + open-webkit-sharp on all operating
systems. Let me know what needs to be done!
Original comment by Doug.Bl...@gmail.com
on 15 Feb 2013 at 9:05
Original issue reported on code.google.com by
Stanisla...@gmail.com
on 15 May 2012 at 3:52