clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Does not work under mono. #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
>What steps will reproduce the problem?
1. run sample from distrib on mono (2.10.* or 2.11.* or any lastest)
2. one sample don't run at all - another crashing on navigation (ex:
to youtube.com)

>What is the expected output? 
runnable application

>What do you see instead?
crash

>What version of the product are you using? On what operating system?
all from r55 to 2.8

Original issue reported on code.google.com by Stanisla...@gmail.com on 15 May 2012 at 3:52

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
>>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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
would love to see Mono support for this project!

Original comment by da...@rawberg.com on 21 Aug 2012 at 2:46

GoogleCodeExporter commented 8 years ago
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