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
0
votes
0 answers

Google will discontinue support for sign-ins to Google accounts from embedded browser frameworks

I work for a company that has application for 4 platforms (Android, IOS, windows, and web) and before a couple of days we get this message: "Google will discontinue support for sign-ins to Google accounts from embedded browser frameworks, starting…
0
votes
1 answer

Google OAuth client Id - Whitelisting

Requesting guidance on how to get the OAuth Client Id whitelisted, so that Oauth works in Embedded browsers. My Client id is : 665249451488-84nosliqrc80hpe0ot1vperj1eb8gbfk.apps.googleusercontent.com Any email address / contact details for…
0
votes
1 answer

delphi app with just a webbrowser dont start

i have rad studio 10.3 rio in my new project i just put a single webbrowser component and app hanged on start and dont start in both emulator and mobile phone when i remove the webbrowser and and add any other component like edit button and etc…
peiman F.
  • 1,648
  • 1
  • 19
  • 42
0
votes
0 answers

CEFsharp load url is holding on to the previously navigated url

We have a C++ application (using Owl UI framework) which calls a CEFsharp Chromiumbrowser control inside an owl dialog. It is working perfectly the first time and the chromium embedded control shows the page properly. It is important to mention here…
Aninda Sen
  • 63
  • 1
  • 7
0
votes
0 answers

Embedding a Browser in a Django App

Is it possible to embed a web browser into a django web application? I want to avoid users from being directed away from the app (ie new tabs, windows) when possible. iFrames would be perfect but because of CORS restrictions, won't work for most…
Big Guy
  • 712
  • 1
  • 8
  • 21
0
votes
1 answer

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. I am looking for a way to get the hook to…
Jenga Blocks
  • 121
  • 1
  • 2
  • 9
0
votes
1 answer

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 of: .... [error] File not found:…
gjohnson
  • 73
  • 5
0
votes
1 answer

"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 control opens(to do that, I subscribed to…
alex.b
  • 4,547
  • 1
  • 31
  • 52
0
votes
1 answer

Exponare 5.6 zoom & pan no longer works in embedded browser

Previously our clients work on Exponare 3.5. We didn't have any issue zoom & pan in embedded browser. But after they updating to Exponare 5.6 eventhough map is working fine zoom & pan longer works. Any ideas please.
Dilhan RK
  • 114
  • 1
  • 7
0
votes
1 answer

How to display Microsoft Outlook mail content using the _IECreateEmbeded function?

I am currently working on designing a fully functional automation software for my job using AutoIt. Everything is going great but I've run into a little issue using the _IECreateEmbedded function. My Issue: What this part of my program is supposed…
0
votes
1 answer

How to support window.print() in a embedded web browser using JavaFx java 1.7

I have created an embedded browser using jdk1.7 (and bundled javafx with jdk 7). However a button on html page having onClick="window.print()" is not working. Any idea how can this be fix. Thanks and Regards, Rahul
rbhawsar
  • 805
  • 7
  • 25
0
votes
2 answers

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: I store the attachments in the database but can't figure…
user219760
0
votes
1 answer

Choice of embeddable browser

I'm starting to desing С++ Linux program with Qt-based GUI. Now I'm looking for all possible embeddable browsers which I will be able to use in my project. I know about Chromium-based solutions - Berkelium, CEF and Awesomium. Anything else? Also it…
0
votes
1 answer

Is it possible to have a Chromium browser inside of a plugin?

I'm trying to embed a chromium browser into my C++ plugin, which will be run inside of a host application. This is my first time working with chromium, so please forgive my ignorance. I've got the program running to the point where cef is…
ZECTBynmo
  • 3,197
  • 3
  • 25
  • 42
0
votes
1 answer

Device "Mobile Intel(R) 4 Series Express Chipset Family" (\\.\DISPLAY1) initialization failed :

i tried the below program to execute on my local machine..but it doesn't work. http://docs.oracle.com/javafx/2/swing/SimpleSwingBrowser.java.htm i also tried the sample programs which comes with JavaFx2.1 I tried running the programs using jdk1.6u32…
rbhawsar
  • 805
  • 7
  • 25