Questions tagged [awesomium]

Awesomium is a WebKit wrapper which provides means to display HTML interfaces and web content within C++ and .NET desktop applications, thus being an HTML UI engine. It works on Linux, Windows and OS X.

Official home page: http://www.awesomium.com/.

Official Wiki: http://wiki.awesomium.com/.

Official Awesomium Q&A site: http://answers.awesomium.com/.

C++ API reference: http://www.awesomium.com/docs/1_7_5/cpp_api/.

.NET API reference: http://docs.awesomium.net/.

408 questions
21
votes
7 answers

Embedding a lightweight web server into a .net application (node.js)?

I have a project built with Awesomium built in .NET and it requires the use of Flash. Flash throws security errors trying to access local content (video player) and the solution(s) Awesomium offers have not been ported to the .NET wrapper yet. I'm…
S16
  • 2,963
  • 9
  • 40
  • 64
17
votes
3 answers

Offscreen & embeddable browsers comparison (for use in a game)

We've been looking at adding decent browser support to our C++ application; this question is about GUI-independent browser libraries since our project involves 3D rendering and doesn't quite fit a normal GUI. The two I've seen so far are Berkelium…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
15
votes
3 answers

Can I call application methods from JavaScript in Awesomium?

I've scoured the internet looking for an answer, but I must be asking the wrong question. I have a C# winforms app with an Awesomium web control. Am I able to call methods defined in the app from javascript in the page that loads? If so, how?…
Daniel Szabo
  • 7,181
  • 6
  • 48
  • 65
10
votes
2 answers

calling Javascript from c# using awesomium

I'm trying awesomium for create a basic app, I'm testing the js <----> c# communication but this doesn't seem work well...I create a local html and open it..so far so good..but when I try call js nothing happen, no error, no bug, nothing, simply…
clagccs
  • 2,224
  • 2
  • 21
  • 33
10
votes
1 answer

Creating a plugin for CEF3 in Unity 3D

I was able to find a basic implementation of CEF3 in Ogre3D -- but I was hoping there would be something similar for Unity3D. Link I am currently using Awesomium, however, I now need to use RTCPeerConnection (which requires Chromium 29+). …
Garett
  • 552
  • 6
  • 15
10
votes
1 answer

Touch event on awesomium webbrowser

By default awesomium in WPF application doesn't support touch event for zoom and panning: browserLeft.StylusDown += browserLeft_StylusDown; browserLeft.TouchDown += browserLeft_TouchDown; I want to manipulate browser by myself, but none of the…
Moslem .
  • 209
  • 1
  • 3
  • 9
8
votes
1 answer

How do i implement Awesomium 1.7.4.2 in a Monogame project?

I'm trying to render render a browser in side my monogame project, for drawing some interface & stuff. I've done this in the past with older versions of awesomium with no problems. But I can't figure out how to properly initialize awesomium in this…
BjarkeCK
  • 5,694
  • 5
  • 41
  • 59
7
votes
1 answer

Awesomium.NET Crashing on Resize - Memory Leak

Well I have noticed a weird bug.This occurs on resizing. I First noticed it while I was trying to fix my xaml alignments. When I try to resize the window across my 2 screens the awesomium content was starting to flickering and suddenly content…
Devian
  • 817
  • 1
  • 12
  • 22
7
votes
1 answer

Awesomium 1.7. How change awesomium browser version?

Javascript detect awesomium browser like Chrome browser Version 18.0.1003.1 Can I configure awesomium browser version like on my machine or Chrome 22 or later? I need this for supporting touch events on javascript.
SerhiySS
  • 96
  • 5
6
votes
1 answer

Runtime DLL issues with Haskell and Awesomium

I am trying to run a Haskell program that depends on the Awesomium library. I've compiled it but ran into the following issue at runtime: Roughly translated, it says that the procedure start address for awe_history_entry_get_visit_count cannot be…
SwiftsNamesake
  • 1,540
  • 2
  • 11
  • 25
6
votes
1 answer

Awesomium Popup - ShowCreatedWebView Example

I'm working with Awesomium 1.7.4.2 with C# Windows Forms in Visual Studio 2012. I'm not able to open a popup window by click of a hyperlink. I have a WebControl in form and ShowCreatedWebView am capturing the event, but inside I do not know how to…
Marco Araujo
  • 165
  • 1
  • 12
6
votes
1 answer

Get HTML of page with awesomium

How do I get the HTML of a web page in awesomium with C++? I've searched and apparently you can only do it with webcontrol in C# or in Java. Using the sample hello I tried doing: JSValue theVal(…
Joel
  • 385
  • 1
  • 3
  • 15
5
votes
3 answers

Awesomium sdk download

Is there a way to download Awesomium latest sdk or for visual studio 2015 since their website is down? I need it for a project I found for visual basic which Awesomium core and some functions are required..
Stephanie Sotelo
  • 75
  • 1
  • 1
  • 6
5
votes
1 answer

Can I use Awesomium in Windows Store App?

I want to use Awesomium Webview inside Windows Store (Metro Style) App. When I try to import Awesomium DLLs to Refrences I get this error "The project targets '.NETCore' while the file reference targets '.NETFramework'. This is not a supported…
Vinayak Bevinakatti
  • 40,205
  • 25
  • 108
  • 139
5
votes
2 answers

How to Copy Html From Awesomium web control?

I am use Awesomium web control to view a web page inside my WPF application. I want to Copy HTML form it but I can`t find any way. I search Google about it but unfortunate I find only one result And that is not working for me. I am follow this Link…
Hasanuzzaman
  • 1,822
  • 5
  • 36
  • 54
1
2 3
27 28