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
48
votes
9 answers

Use chrome as browser in C#?

Is there a way to use Google Chrome (or Safari or Firefox) as the browser in a C# application? C# now uses Internet Explorer, and the website they want to use in this program doesn't support it.
Timo
  • 6,427
  • 6
  • 22
  • 25
30
votes
3 answers

Is Google Chrome embeddable?

I've asked myself if one can embed the google chrome browser engine in an own application. I'm using Delphi 2009. There's an IE ActiveX wrapper component delivered with the IDE. Also, there's a Firefox ActiveX component out there, but it's based on…
16
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
  • 52,885
  • 84
  • 282
  • 517
14
votes
4 answers

Wrong viewport/page height in embedded Facebook browser in iOS 9.x

When opening the demo application from core-layout with the embedded browser in the Facebook app on iOS 9.x (at least), the footer element is not visible when the device is in portrait mode. If you rotate the device to landscape mode, the footer…
Martin Thorsen Ranang
  • 2,241
  • 1
  • 30
  • 43
13
votes
5 answers

Creating a headless Chrome instance in Python

This question describes my conclusion after researching available options for creating a headless Chrome instance in Python and asks for confirmation or resources that describe a 'better way'. From what I've seen it seems that the quickest way to…
Trindaz
  • 14,751
  • 20
  • 74
  • 103
12
votes
2 answers

Google OAuth for websites in embedded browsers

Google no longer allowing embedded webviews as it is a disallowed_useragent for OAuth sign in. For most situations, this is completely fine and there is a workaround. However, I have run into a situation where this prevents websites from being able…
Nick
  • 2,376
  • 3
  • 26
  • 54
10
votes
3 answers

Getting Chrome Browser in java Applications

Is there a way to get the Chrome browser inside of java applications similar to the way Awesomium works in C++ and C# applications?
LordZardeck
  • 7,108
  • 19
  • 55
  • 111
7
votes
5 answers

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 something that is very batters me and it is the…
user63898
  • 26,293
  • 71
  • 223
  • 438
5
votes
1 answer

I want to use embedded Browser inside of my WebPage in React

so I have a task to make a Browser embedded into my web Page. I have a React project (I do NOT have a React-native project) I tried this one: react-embedded-browser but it seems that's deprecated (the last update was 3 years ago) and any other I…
Zack Zilic
  • 649
  • 1
  • 10
  • 24
4
votes
3 answers

Open website from within eclipse's internal browser?

Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain. I want this to be able to comfortably read…
Tomas Pruzina
  • 6,769
  • 5
  • 22
  • 39
4
votes
1 answer

javafx snapshot without showing application or Scene

Hi i'm using JavaFx WebView to create Screenshot of HTML pages and it works fine but i wanted to know is it possible to do this without launching the application in Graphical Windows!! I mean aren't there any more lightweight method to get the…
hasan
  • 871
  • 1
  • 13
  • 34
3
votes
1 answer

Can't resolve 'child_process' in '...\node_modules\open\lib'

I have my React project, and I'm trying to import and use react-embedded-browser but I'm getting this error: Module not found: Error: Can't resolve 'child_process' in 'C:...\projectName\node_modules\open\lib' Hints: I integrated this project…
Zack Zilic
  • 649
  • 1
  • 10
  • 24
3
votes
1 answer

What is the correct way to isolate cookies/users in Chromium embedded browser?

I have searched for days with no solution in sight. I need multiple Chromium instances in one single application and each of this instance logins to the same site with different account (ex: outlook.com). I tried this solution but there's no…
3
votes
1 answer

JavaScript: Detect Mobile Embedded Browsers (Captive Portal)

I have a MikroTik HotSpot. In mobile browsers (Android, iOS, WP), when a user is connecting to HotSpot, the captive portal browser (or embedded browser) pops up. If we want to disable this embedded browser we have to open (walled garden) some URLs…
Vahid
  • 3,174
  • 2
  • 30
  • 65
3
votes
0 answers

Requests for touch icons from android

Does anyone know the logical flow and timing behind requests for apple-touch-icon.png by android apps that use an embedded webkit browser? What I seem to be seeing (but am having trouble verifying) is that a GET request for the touch icon is made…
Ed Hinchliffe
  • 17,456
  • 8
  • 42
  • 67
1
2 3 4