Questions tagged [iframe-app]

90 questions
11
votes
3 answers

How to trigger 'beforeunload' event from within an IFRAME

I have an application (name it B) which is being embbeded in an Iframe by another main application (Name it A or parent). So: App A-- // domain of A: https://mydomain/mainApp |___ App B in Iframe // domain in B:…
Barleby
  • 618
  • 2
  • 9
  • 20
6
votes
4 answers

Facebook, iframe app, fb:request-form, action attribute problem

I'm making a facebook iframe application I'm making a request form with my own form data. What should I do in order to process the data? If I put action="http://apps.facebook.com/[appName]/abc.php" , i.e.
Unreality
  • 4,111
  • 11
  • 48
  • 67
5
votes
1 answer

Get parent page html content from facebook iframe?

Here I am working with facebook application. I have create page which are working in facebook iframe window. I want to access main(Parent) window html source from iframe which create by me. Here I have tried for parent.document and…
Yashwant Kumar Sahu
  • 3,356
  • 7
  • 27
  • 42
4
votes
4 answers

Angular8 IFrame before beforeunload event

I have an angular application which is kind of the main application that hosts sub application inside it. The sub applications are also angular applications. The way that I load sub application is through Iframes. The sub-applications are shown as…
indra257
  • 66
  • 3
  • 24
  • 50
4
votes
1 answer

Passing Azure AD authorization token from the container Web app into the embedded (iFrame) one

I have: Web application with configured Azure authentication (Javascript with adal.js) Second application that is embedded into the first one as an iFrame (Javascript) Second application must be able to call another WebAPI with Azure Authentication…
3
votes
1 answer

Facebook Like Button on iFrame-based FB Pages App - Problem

I'm experiencing problems adding a like button to an iFrame based page within my FB fan pages tabs. I'm using the JavaScript SDK and the Open Graph to specify the page I'd like the user to "like" (which is the current page within my FB pages). The…
pjordanna
  • 35
  • 1
  • 3
3
votes
3 answers

Cross-Origin-Embedder-Policy: how to allow only certain domains?

on a website I have to embed an iframe that requires the following headers on my website, since it needs the SharedArrayBuffer feature: Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin Unfortunately, a 3rd party…
3
votes
3 answers

FB.ui stream.publish in an iframe application shows a popup instead of an iframe dialog

I am trying to show a "share" dialog using the following code, but it is displayed as a new window. This is an iFrame application inside Facebook. Does someone know how to make it show the "share" in a standard FB dialog iframe and not a new…
pasha
  • 31
  • 1
  • 3
3
votes
0 answers

intercept clicks inside iframe with android WebView

Is that possible at all? The closest I have arrived was to intercept through onLoadResource. I need something like the shouldOverrideUrlLoading where it intercepts the click.
Rafael Sanches
  • 1,823
  • 21
  • 28
2
votes
0 answers

Is it possible to tweet from inside a facebook page tab url based iframe app

I am wondering if there is any way possible by way of which I may be able to tweet from a facebook app and then be able to track it. As far as I can understand I have to go through the oauth process to be able log a user in to tweet . However I…
dusual
  • 2,097
  • 3
  • 19
  • 26
2
votes
1 answer

Refused to connect to *.my.salesforce.com, when using iframe to login into salesforce inside salesforce

There is a web application that has SSO for Salesforce, this is implemented using keycloak OIDC. The web application has a login page provided which has Sign-in with Salesforce option. This web application URL is framed in Salesforce. The iframe is…
2
votes
2 answers

Can a single facebook app show different content on 2 or more tabs?

Is it possible to create a single facebook app (iframe) that can be used to have 2 or more different tabs on a business page? I have not been able to see how to do this and it seem wrong to me to have to have multiple appID's and apps just for a…
Alex
  • 1,535
  • 2
  • 16
  • 26
2
votes
2 answers

Converting from NATIVE to IFRAME Sandbox with Enter Key Submit

I have a similar problem to this post when trying to convert my apps script web app to use IFRAME Sandbox. I have converted to 'input = "button"' as suggested. My web app is a simple form for students to use to sign in and out of a school library.…
2
votes
1 answer

how to Installing and testing the "gmail contextual gadget"

I wanna ask about how to Installing and testing the "gmail contextual gadget". https://developers.google.com/gmail/contextual_gadgets#installing_and_testing_the_gadget I'm getting trouble the deprecated document. In first step "1. Log into the…
2
votes
1 answer

Why is the same URL for sample Where2GetIt with very different results among desktop, android browser and android webview?

I am trying to create a proof-of-concept using where2getit and I have the following sample URL for Wafflehouse http://hosted.where2getit.com/wafflehouse/indexnew.html When I view in three different device modes: Desktop browser (Safari or Chrome…
mobibob
  • 8,670
  • 20
  • 82
  • 131
1
2 3 4 5 6