modal-dialog is not showing in flutter-inappwebview - flutter

A webpage contains a modal-dialog, which opens on clicking a CTA on the same page. It is
working perfectly fine in any other browser but the dialog is not showing in flutter-inAppWebView.
Expected behavior
: JsAlertDialogs are showing in inAppWebView but I thing JSPromptDialogs are not showing.

Related

flutter web showing "flutter" on the holding browser back button for long in safari

In other broswer its working fine but in safari its showing "flutter" on the holding browser back button for long!


I want to show the name of the application or the url which gets loaded

Facebook Send Button Appears Then Disappears on Firefox & IE but not on Chrome

embedded a FB Send button using xfbml in an empty page.
Page hosted on RackSpace and has nothing else on it.
The button appears and works normally, but after ~10 seconds disappears - only on FF and IE, not on Chrome.
Facebook's xfbml code injects a span containing an iFrame that contains the button.
When looking at the style of the span it seems that in Chrome width=50px height=20px but in Firefox height=width=0. Changing that manually causes the button to reappear.
Would really appreciate your help.
Thanks,
Nir.

Added Page Tab not showing up on Page

I've gone through all the steps to create a Page Tab in App Settings, such as this...
http://www.dbswebsite.com/blog/2012/10/17/how-to-creating-a-custom-facebook-tab/
I have both the http and https URLs and entered this URL to add the page tab...
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL
Included my app ID and the website URL. But the Tab is not showing up on our Facebook page. I've clicked the down arrow to show all tabs on the Facebook page and nothing is there. We just have Photos and Likes. The [+] buttons for each blank tab just show a progress bar repeating and repeating. Nothing seems to be working to get this tab to show up.
Please check whether your app is in sandbox mode. You can change it in app settings - https://developers.facebook.com/apps/APPID/summary - select the disabled button in Sandbox mode.(sandbox mode is enabled by default)

New tab open when clicking the Send button

I notice this behaivior today, now using Firefox (have not tried other browsers) when I click the send button that is displayed with the Like button, it opens a new tab with the social plugin on it.
I tested it here and the issue was happening: http://developers.facebook.com/docs/reference/plugins/like/
This is actually a Facebook bug - see more at
http://developers.facebook.com/bugs/177102442412197

inside facebook app when clicked on link refreshes page and shows blank page

I have a facebook app which has 4 pages. When i try to click on the link it just refreshes the page and shows a blank page. If i click on the link and open in a new tab it works fine opens the other page properly. What might be wrong?
I had to just add target="_top" in the anchor tag to solve the blank page issue.