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

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 provided. I know that there is a eventhandler…
Marshal
  • 1,107
  • 3
  • 18
  • 29
0
votes
1 answer

SSO not working for IdentityModel.OidcClient

I am adding OIDC login to a WinForms application. I set up the application using the IdentityModel.OidcClient library and pulled the boilerplace code from their WinForm Sample. The OIDC successfully shows the login form, does MFA, and I get back the…
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
0 answers

Error HRESULT E_FAIL has been returned from a call to a COM component on Browser.Open(Uri)

I have a WPF application with embedded browser. Sometimes I got next error when trying to call Browser.Open(Uri): System.Runtime.InteropServices.COMException : Error HRESULT E_FAIL has been returned from a call to a COM component. at…
Ksice
  • 2,907
  • 8
  • 38
  • 58
0
votes
0 answers

Java script and CSS are not working properly in WPF embedded browser

I have a WPF application with embedded browser. Embedded prowser for this app is run in IE11 compatibility mode (FEATURE_BROWSER_EMULATION = 11001). There is some 3rd party site, which seems to use a lot of scripts, angular, css styles, and God…
Ksice
  • 2,907
  • 8
  • 38
  • 58
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,562
  • 1
  • 16
  • 37
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…
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
  • 552
  • 1
  • 6
  • 16
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
  • 161
  • 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,427
  • 1
  • 29
  • 50
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
0 answers

Start android app from embedded browser

I need to start my installed application from embedded browser. My use case is: Settings -> Accounts -> Add account -> Google -> Existing -> menu Browser sign-in after entering e-mail, user is redirected to our Shibboleth page where chooses…
JerabekJakub
  • 4,850
  • 4
  • 23
  • 32