Tagged Questions
The embedded-browser tag has no wiki summary.
5
votes
5answers
890 views
What is the smallest embedded browser I can use in C++?
I need to build my application GUI using HTML/CSS/JavaScript
with a C++ backend all cross platform. I made simple tests
with QtWebKit, XULRunner and Mozilla.
Well from the simple testes I notice ...
4
votes
2answers
671 views
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 ...
2
votes
7answers
2k views
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 ...
1
vote
2answers
309 views
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 ...
1
vote
2answers
132 views
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 ...
0
votes
3answers
59 views
DocumentCompleted
I am a starter with c# programming language. I placed a simple web browser into a window form. I assign a url address to the browser and I want to see if the browser successfully opened the link I ...
0
votes
0answers
101 views
ANTGalio browser function execution order
function foo() {
document.body.innerHTML = 'Hello World!';
setTimeout(function () {
// some complex function need 20 sec or so to finish job
}, 10);
}
Why Hello World! text is ...
0
votes
2answers
146 views
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) ...
0
votes
1answer
280 views
Selenium / WatiN - Automating Embedded IE inside Desktop Application
I am trying to automate functional test of web application that launches in the embedded IE.
I am using white automation framework to reach the point till application opens the web app in embedded IE. ...
0
votes
0answers
90 views
How to use default prompt service in an embedded Mozilla/FF?
I have written a basic app which embed Mozilla/Firefox. It is based on winEmbed. If I want to display any Javascript prompt (alert(), confirm(), etc.) I have to use nsIPromptService.
But so far, I ...
0
votes
1answer
72 views
Apache “undefined” file requested
I am having an interesting error with Apache (I think Apache is the issue). I noticed many of my JavaScript files were not being served. When I went and looked at my Apache logs, I saw a whole slew ...
0
votes
1answer
446 views
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 ...
0
votes
1answer
253 views
“Close” button on child WebBrowser window closes an parent one(.NET, winforms)
I'm using WebBrowser control to allow user navigate to intranet web-portal and keep user in c# desktop application. In some cases user can clicks on link on html-page and child window with WebBrowser ...
0
votes
2answers
688 views
How to provide cid email attachments to embedded browser
I'm using embedded web browser from Bsalsa to write an email client in Delphi
I have a problem with cid embedded attachments such as:
<IMG src="cid:5D4219C71EAE43B1864AE9CB27C224A8@somehost">
...
-1
votes
1answer
110 views
Java's Native Swing Web Browser [closed]
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 ...