Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Sorobaid · Aug 31, 2012 at 09:34 AM · webplayerfacebookpopupchrome

Facebook popup hidden behind Unity Object in Chrome

Hi, I made a facebook apps for my Unity game. It basically able to show friend list, buy credit, and earn credit pop up. It shows up fine with firefox, opera, but not in Chrome. In Chrome, the popup is hidden behind the Unity Object. Is there any way to fix this by changing the embed param? Anyone has experience the same thing? Or should I ask facebook for help?

Notes: The page only contains full page Unity game and I only use the embed code straight from the template given.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

2 Replies

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by ScroodgeM · Aug 31, 2012 at 11:23 PM

these two simple functions in web page JS i'd use to show facebook popups

function ShowGameWindow() {
  uni.style.width = '100%';
  uni.style.height = '100%';
  document.getElementById("UnityPrompt").style.height = '100%';
}
function HideGameWindow() {
  uni.style.width = '1px';
  uni.style.height = '1px';
}
Comment
Add comment · Show 6 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image hdgam3r · Aug 31, 2012 at 11:57 PM 0
Share

Does the same method apply for the Notification and Chat options of facebook?

avatar image Sorobaid · Sep 01, 2012 at 02:28 AM 0
Share

This is to hide the Unity Object when popup show right? What is the UnityPrompt for?

avatar image ScroodgeM · Sep 03, 2012 at 01:09 PM 0
Share

this method hides unity window from web. it means you can see all other windows. this can be applied to any window that you want to show. UnityPrompt is parent web window for web player embed area to correctly resize it in all browsers.

avatar image Sorobaid · Sep 21, 2012 at 10:24 AM 0
Share

Thank you. For the moment I am following this.

avatar image flamy · Jun 11, 2013 at 02:35 PM 0
Share

what is uni here?

is it something like uni = document.getElementById('unityPlayer');

i tried the above and i jus tried uni also but cant get any change.. still the pop up is behind

Show more comments
avatar image
0

Answer by ahn2150 · Oct 10, 2012 at 02:17 AM

I has many hour for try... My Answer.. Does not matter if, Have change 'FB.ui display type' to 'popup'

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

11 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

A node in a childnode? 1 Answer

How to Upload/integrate Unity web player game to facebook app? 1 Answer

WebPlayer TextInput not working on Chrome Mac 1 Answer

Loading Unity3d web player as a separate Pop-up window 1 Answer

Unity and Facebook chat? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges