Questions tagged [webkitgtk]

WebKit/GTK+ is the new GTK+ port of the WebKit, an open-source web content engine that powers numerous applications such as web browsers, email clients, feed readers, web and text editors.

WebKitGTK+ is the version of the WebKit open-source web engine that uses GTK+ as its user-facing front-end. It's a powerful system with a rich array of functionality.

103 questions
0
votes
1 answer

WebKitGTK WebInspector doesn't close

I'm working on a project using WebKitGTK and I'm having trouble with the WebInspector after having enabled it using the enable-developer-extras property. I can open it fine, but when I click the close, pop-out into own window, or switch to sidebar…
alcinnz
  • 3
  • 3
0
votes
1 answer

Changing system date/time causes webview to hang

I have been using the debian wheezy target prebuilt library to write my own browser using GTK toolkit on top of X11 under linux. While experimenting with various timers I had hit a very strange issue. When I change the system date/time of the linux…
BalaC
  • 85
  • 1
  • 7
0
votes
1 answer

Can't add locally compiled library to CMake project

As part of a project I'm working on, I need to make use of the WebKitGTK+ library. I downloaded the library (tarball) and compiled it as described here. After the compilation was done: The lib's headers are in /usr/local/include. The lib's .so files…
iDaN5x
  • 616
  • 9
  • 12
0
votes
1 answer

Todoist Integration with gnome-todo

I am trying to integrate Todoist to Gnome-Todo. I was implementing the OAuth but I'm stuck at the second step after the user grants the access the redirected url doesn't seem to contain the code which needs to be exchanged for access token. At this…
Rohit Kaushik
  • 13
  • 1
  • 5
0
votes
1 answer

Webkit2gtk get new window link

I need to get the link in a new window requirement webkit2gtk Where is the uri of the new window, in create-web-view? its to webkitGTK i need for webkit2Gtk
vampiroDx
  • 13
  • 2
0
votes
0 answers

Changing page content with custom scheme in WebKitGTK1

I have an app using the WebKitGTK1 API with WebKit-GTK 2.4.9 on Linux. (This is the current version in Debian Jessie and versions 2.5+ don't support the v1 API.) I've implemented a custom URI scheme for loading entire basic page content by using a…
Miral
  • 12,637
  • 4
  • 53
  • 93
0
votes
1 answer

WebKitGtk2 load from string

In WebKitGtk1 there was a function to load an html page directly from a string. webkit_web_view_load_string () Requests loading of the given content with the specified mime_type , encoding and base_uri . Is there an equivalent in WebKitGtk2? I…
user4209617
0
votes
1 answer

Cannot shrink the window of WebKit2Gtk

I am trying to compile the source code of WebKit2Gtk based on https://wiki.gnome.org/Projects/WebKitGtk/ProgrammingGuide/Tutorial Then I found that, I can only expand the window, but not shrink. I wonder which property can be set to allow shrinking?
Allen
  • 443
  • 2
  • 10
  • 20
0
votes
0 answers

Python-GI's WebKit signal pointer writing

I'm using PyWebKitGTK on pygobject to embed a WebView into my application. I need to call some python methods from JS code, so I try to use the script-prompt signal. How do I assign the the text parameter? In C/++, it would be a pointer, so I…
Ale
  • 1,998
  • 19
  • 31
0
votes
1 answer

GLib signal connect works with webkitgtk but not webkitgtk2

I am working on a web browser for fun and ran into this problem. This works: #include void init() { GtkWidget *web_view = webkit_web_view_new(); g_signal_connect( G_OBJECT(GTK_WIDGET(this->web_view)), …
papodaca
  • 45
  • 4
0
votes
0 answers

Webkit api for implementing finding word in page

Which Webkit api is available for searching word in currently opened view(opened tab) in Webkit? Even an idea for implementing this would be great. Edit: Solution Got the api it's gboolean webkit_web_view_search_text () void …
Vivek Kumar
  • 4,822
  • 8
  • 51
  • 85
0
votes
2 answers

Can't use webkit2gtk-4.0 and webkit2gtk-web-extension-4.0 in my program at the same time

I am using webkit2gtk in my Vala program to show some pages to the user and webkit2gtk-web-extension to manage DOM. But I can't use these 2 packages at the same time because of the build error. When I add these 2 packages to the cmake system, it…
serge1peshcoff
  • 4,342
  • 11
  • 45
  • 76
0
votes
3 answers

Completely disable scrollbars on GTK webkit webview?

I want a simple webview based on webkit, with a fixed size (e.g. 200x200) and without any scrollbars. I use X with no window manager. I tried the following Python code: import gtk import webkit view = webkit.WebView() sw =…
mihalop
  • 138
  • 1
  • 7
0
votes
1 answer

PyWebkitGTK loads a website fully vertical into window and will not resize inward

When I open a site with the webkit webview, the entire window resizes to fit the page not allowing scrollbars. The window's height exceeds my screen height. Also, when a webview is in the window, I can resize the window outward, but I can't resize…
0
votes
1 answer

webkit could not resolve primary font and causes segmentation fault on fedora 20

How webkit3 resolve its primary font on Linux? (Got a segmentation fault in libwebkitgtk-3.0. Anybody has seen similar problem? Is there a way to work-around it? How to debug or fix it with minimal change to the system?) The gdb prints: Program…
minghua
  • 5,981
  • 6
  • 45
  • 71