RoboVM + admob black banner rectangle - libgdx

i have followed the libGDX guide here:https://github.com/libgdx/libgdx/wiki/Admob-in-libgdx for my android project everything works great, but on my ios project my banners are showing as black rectangles. I know that my internet is working normally because my interstitial ads load up just fine. I have also made sure that i am using the right admob app key.
Does anyone know why i am seeing black banners?
any help will be appreciated

Simply setting a background color on the AdView should make it work:
adView.setAdUnitId(AD_UNIT_ID);
adView.setBackgroundColor(Color.TRANSPARENT);
Check out this thread if you still encounter problems

Related

Phaser game only small line on iOS8

I made a game in phaser a HTML 5 game framework/engine.
This games works perfectly on all phones and browsers now.
The only problem now is that on iOS 8 the game is transformed into a line at the bottom of my browser. Sometimes i can see the line on my iPhone or iPad and see the texture of my game.
this is what happens: http://puu.sh/bCrEs/338bf0d7a1.png
I don't know why or how to fix this.
So i hope one of you guys can help me out.
Thanks in advance!

iOS Safari and PhoneGap app crashes if the content is larger than 4000-5000 px

I'm developing a PhoneGap application. In iOS 5.1.1 there was no problem but in 6.1.3 there is a scrolling issue.
If I use a container with overflow:auto; -webkit-overflow-scrolling:touch; and the content is larger than 4000-5000 px, Safari crashes after scrolling.
You can test it with the link below. Click the map and scroll it after zooming in 4-5 times.
http://okngnr.com/arb/
I know the problem is not SVG or too many DOM elements. Is there a bug in iOS 6.x? How can I see the crash report of Safari? I'm using Windows and these isn't CrashReporter under \Users\<username>\AppData\Roaming\Apple Computer\Logs\
Thanks in advance.
Maybe an iOS issue. Did you test on iOS 7 (for having an idea) ? On Mac, using Xcode Phonegap project and the debugger, you might have more informations. Maybe the problem comes when you load in one time all the content.
If you paginate ? Four by four with a button in the bottom to load others. It's not cool for your interface but if it's an iOS issue, you may not have the choice...

Screen translation flicker in IPad using phonegap and MGWT

I meet a problem on mgwt development and wanna ask for help here. I am developing an application using MGWT and phonegap. And there will be some animation which will interact with user like swiping a panel with an background image. I implemented it by using Css translation. It works fine in browser(both chrome and safari) and in iphone. I use MGWT to create the home page with a scrollPanel in the middle, after clicking the items in the scrollPanel, a touchPanel will swipe to the center to cover the homePage. This swiping animation is done by Css translate3d(x,y,z).
However, when I deploy the application to iPad 4, the background color(using css) start flickering during the panel translation. the scrollPanel in the home screen keep flickering for around one seconde( I guess it is rendering), part of the items disappear and the part of the white background ground is show. The problem also appear in the touchPanel's content. I tried some suggested solution like hardware acceleration using translate3d(0,0,0) but seems it doesn't work.
Do any body know why? Please help, thank you.

Annoying IE6. Black screen with "loading" when youtube is added

I have had this problem for quite some time. It wasn't actually a big issue until lately when one of our conference site has a lot of IE6 users.
The black loading screen appears right after I include a youtube clip into our site. The site is content managed with Joomla but I don't see any reason how Joomla has got any compatibility issues with youtube and IE6 !
Anyone knows how, why or has experienced this similar issue b4 ?
url of website: http://schoolcontingency.com

Google Chrome grey screen problem

Iam a web-developer and recently i have completed and launched a website (im using a CMS joomla for this website with php) and it is working fine in firefox and IE but when iam trying to view it in Chrome it is having a strange problem
for the first two seconds the contents of the website are visible but after that the whole website is greying out and iam not able to view anything on the website. This is happening for the first and even i tried to find the solution on the forums but to no avail......any help will be much appreciated.
Note : I have implemented a video on the home page of the website only that video box and the video playing inside that box is viewable but rest of the page is complete grey.
#chris, abraham, moose thankyou all for trying to help..the problem is solved now, i debugged the code and found out that there was a image in the footer which was creating this problem after i removed that image everything is working fine and perfect now