English 中文(简体)
铬认为FB对讲机是弹出弹出并阻塞它们
原标题:Chrome thinks FB dialogues are popups and blocks them

好吧。 我正在用 Unity (C#) 进行Facebook游戏。 出于某种原因, 用户第一次尝试做一个应用程序请求铬将 fb 对话框作为弹出屏蔽。 IE、 FF、 Opera、 Safari 和 Safari 不这样做。 如果用户使用另一个浏览器首次给予许可, 则现在该用户会这样做。 所有后续应用程序都请求在铬中进行精细的工作 。

显然,如果我只是个用户,我只要列出一个白列表。但作为一个Dev,我的任务是找出原因并摆脱问题。我通过谷歌结果和堆叠溢出处的线索挖了出来,也找不到类似的东西。

任何代码或其他信息 你需要更好的帮助, 告诉我,我会张贴它。

第xx,

戈登

问题回答

...评论! 回答...

需要澄清的是:

  • The call comes from a click in the Unity Web Player
  • It calls the Application.ExternalCall() method in order to call the Facebook Javascript SDK that s been injected into the canvas

有没有明显的 Javascript 错误?





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签