Questions tagged [embedded-browser]

A browser which can be embedded into your application.

Embedded browser can be a framework, which provides full control over the browser like 1. launch using code. 2. set url using code. 3. control the back, refresh, forward, stop buttons using code.

53 questions
2
votes
2 answers

Using Webkit rendering for java based Desktop applications

Is it possible to use Webkit for rendering on a desktop application? I have looked at CEF but it's not for Java. Is there any toolkit available in java for this?
Kathir
  • 5,748
  • 7
  • 32
  • 67
2
votes
0 answers

Embedded browser in Python Program on Windows

What other options do I have to embed a browser in Python Program? I know about: CefPython GtkMozEmbeded
ThousandSteps
  • 67
  • 1
  • 7
2
votes
1 answer

How to force cache to be reused after app restart - GeckoFX / xulRunner

I'm new to embedded browsers, I admit, but I've got a GeckoFX v33 control working and hosted in a WPF application. Browsing and caching is working during a browsing session. However, upon application restart the cache is lost (or ignored) and all…
Dale
  • 8,422
  • 1
  • 13
  • 14
2
votes
5 answers

watin attachto Embedded browser

I have a c# windows form project using watin. I would love to attach to the web-browser control on a form, is this possible? Is there any sample code on how to attach to the embedded web-browser control. //Looks like this only works for actual…
MHop
  • 2,763
  • 3
  • 15
  • 13
2
votes
0 answers

Java set location to WebView after loadContent to fetch relative links

I'm using WebView.getEngine().loadContent(String) to set content of an embedded Browser in my JavaFx Program but the HTML page has some relative links. which fails to load as the content is not linked to any location. Can any body help how to fix…
hasan
  • 871
  • 1
  • 13
  • 34
2
votes
0 answers

Embed basic WebKit + V8 in my app

I want a very basic HTML/CSS/JS renderer embedded in my app using WebKit and preferably V8. All I need is to always render one page and possibly make network and local requests (load JSON/msgpack). I don't need prefetch, tabs, omnibox, profiles and…
Dmitry Gladkov
  • 1,257
  • 1
  • 12
  • 23
1
vote
2 answers

Access to SMS and browser content tombstoning

WP7 newbie here.. In my application, I am using embedded web browser control to load an external web page. I have a PIN based validation step in that application, which involves 1) User Leaving the current application, (which has a external web…
1
vote
5 answers

How do I get jQuery working on the ANT Galio browser?

I'm developing a web application and would like to use the jQuery library to ease development. This application will be run on an embedded device running the ANT Galio browser. The User-Agent string for the device I'm testing against is: Mozilla/5.0…
Lawrence Johnston
  • 58,608
  • 40
  • 113
  • 181
1
vote
2 answers

How do I troubleshoot jQuery not working on a page loaded on an embedded device's browser?

I am developing a web application that is intended to run solely on an embedded device with its own web browser. This device browser is represented as being similar to (but not an exact match for) Firefox in the documentation. I would like to use…
Lawrence Johnston
  • 58,608
  • 40
  • 113
  • 181
1
vote
1 answer

Change auto_zooming parameter at runtime on cefpython

I have a Flask app that render some page on localhost:3000. To display correctly this page on every computer i use chromium browser (Basically WXpython example from cefpython3 with minor changes:…
1
vote
1 answer

DJ Native Swing javascript command problems

Using DJ Native Swing it is possible to show a web page within a java application. When you do this it is also possible to communicate from the browser to the java runtime environment using the "command" protocol. The documentation has a code…
1
vote
1 answer

Use Internet Explorer as the embedded browser in a Netbeans RCP app

Related to the question here. Is there any way to embed the system default browser rendering engine in a Netbeans RCP application? For example, on Windows I want IE system default to launch in the embedded browser. It seems easier to do in a C# .net…
iceman
  • 3,925
  • 13
  • 56
  • 88
1
vote
0 answers

How do I expose embedded webkit/webview app on OSX for Selenium test automation?

I'm looking for a way to expose embedded view browser for selenium automation on Mac OSX. On Windows we have exposed CEF using settings.remote_debugging_port = 2012. Is there any similar way to do the same on Webview/Mac OSX?
maxx777
  • 1,264
  • 1
  • 19
  • 37
1
vote
2 answers

jdk1.6 update 32 and JavaFX2.1 does work?

i am trying to create a embedded browser using the JavaFX2.1 by using jdk1.6 update 32 however it looks like that all the programs are not working because of jdk1.6u32. but at the requirement its clearly mention that JavaFx2.1 will work with the…
rbhawsar
  • 827
  • 7
  • 25
0
votes
1 answer

Java's Native Swing Web Browser

Several hours ago I have found a very interesting technology in area of Java's embedded browsers - Native Swing (includes Cross-platform Web Browser, Flash Player, HTML Editor, Multimedia Player and more).…
Lucky Man
  • 1,378
  • 3
  • 18
  • 40