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
1
vote
1 answer

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 "command" protocol. The documentation has a code…
Andre Steenveld
  • 148
  • 1
  • 11
1
vote
1 answer

Use Internet Explorer as the embedded browser in a Netbeans RCP app

Related to the question here. Is there any way to embed the system default browser rendering engine in a Netbeans RCP application? For example, on Windows I want IE system default to launch in the embedded browser. It seems easier to do in a C# .net…
iceman
  • 4,211
  • 13
  • 65
  • 92
1
vote
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
  • 5,268
  • 4
  • 26
  • 33
0
votes
1 answer

Java's Native Swing Web Browser

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 more).…
Lucky Man
  • 1,488
  • 3
  • 19
  • 41
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,177
  • 4
  • 18
  • 30
0
votes
0 answers

How to authorize user to access a PWA site from Mobile app screen

I am a user of a Mobile app who Authenticates via Okta sso . I have a Button inside a screen where it launches A PWA(SPA site from Safari embedded Experience) and currently autorized user using JWT token. What will the process involced in…
0
votes
0 answers

How can a website determine if the browser is allowed to use OAuth 2.0 with Google according to Google's secure browser policy?

Google has a "secure browser policy", basically banning many browsers embedded into mobile apps, such as Instagram or TikTok, from using Google OAuth 2.0 authentication for single sign-on to websites. According to emails I've been getting from…
0
votes
1 answer

Unity Embedded Browser Asset from Zen Fulcrum - Cant find the HTML File

How can I obtain the HTML content of a page loaded in the Embedded Browser asset for Unity? I have been trying to get the HTML content of a loaded page for the past three days without success. I would greatly appreciate it if someone could provide…
0
votes
0 answers

Android studio - plugins not working instead following err is throwing -> JCEF is not supported in running IDE?

I downloaded Embedded web browser and GldeaBrowser to do simple things like search google/stackoverflow/reddit/wikipedia from inside the IDE. But the below error is throwing in android studio JCEF is not supported in running…
Anand
  • 4,355
  • 2
  • 35
  • 45
0
votes
0 answers

Log-in with Facebook in messenger's embedded browser (Android) - web application

we're developing web application that significantly relies on logging in via Facebook. One of the most popular sources of traffic will be messenger - and our page will be opened in messenger's embedded browser. And here we have a problem - In…
barmic
  • 1,042
  • 7
  • 15
0
votes
0 answers

Unity 3D Embedded Browser plugin URL control

I'm new to Unity 3D, and never touched c# before. Now I have a project to develop a program with Unity 3D, which is able to use internal browser in the program to visit external links. And able to use buttons to control CLOSE and OPEN of this…
Chenchen
  • 35
  • 6
0
votes
1 answer

Does Thinfinity Virtual UI work with embedded browsers (Cefsharp)?

My company wants to try out the library "Thinfinity Virtual UI", to run a Windows Forms application in a browser. It seems to more or less work, though the application crashes everytime an embedded browser is attached to the form (Cefsharp), see…
0
votes
1 answer

WebView2: Multiple instances of same application need to launch the same browser control

Problem I recently replaced a System.Windows.Forms.WebBrowser-based control with one that relies on Microsoft.Web.WebView2.WinForms.WebView2 instead. This has been working well, except that my users want to have 2 instances of their application…
0
votes
0 answers

Is it possible to get URL from inappbrowser in PWA?

This example In native apps, we can control the content, get current url and run scripts inside the embedded browser. And on iframes, we can't get / control any of the content or URLs of the iframe. In PWAs, is it possible to get the current URL of…
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…