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.

64 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
  • 7,195
  • 7
  • 24
  • 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…
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
14
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
  • 17,029
  • 21
  • 82
  • 111
14
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,593
  • 3
  • 30
  • 59
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,394
  • 1
  • 28
  • 43
12
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,953
  • 19
  • 62
  • 119
10
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
  • 29,839
  • 85
  • 272
  • 514
6
votes
0 answers

Instagram embedded browser refreshes page after uploading a picture (which is lost after that refresh)

I am facing a big issue for my project where basically nobody coming from Instagram browser cannot register, because after they upload mandatory image IG browser will reload the page (in normal browsers it works fine). I even tried to simplify it to…
6
votes
4 answers

In App browser vs Web View vs Embedded browser What's the difference?

Could anyone share an exact definition of In-App Browser, Web View or Embedded browser? Google uses the term, embedded webview or webview. Facebook uses the term, embedded browser. With my knowledge, I have used the term, in-app browser for…
Mijeong Won
  • 291
  • 5
  • 16
5
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
  • 8,397
  • 6
  • 26
  • 39
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
  • 832
  • 3
  • 12
  • 28
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
  • 966
  • 2
  • 13
  • 40
3
votes
1 answer

How to use Google OAuth 2 in facebook embedded browser

I have a new website that require users to log in with Google login (using react-oauth/google package). The problem starts when users clicking on my website link from the facebook mobile app, and then they're redirected to the website in the…
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
  • 832
  • 3
  • 12
  • 28
1
2 3 4 5