Phaser game only small line on iOS8 - html

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!

Related

Background image won't show on only on iPhone devices

I'm working on a website and it's nearly finished, I've solved a lot of problems using this StackOverflow, so thank you very much. But I failed to find a solution to this problem. So the problem is that the background image of the intro website won't show on iPhone devices (Desktop, Samsung, Android etc. works). So does anyone know why this problem occurs only on iPhone devices and how to solve it?
Website link: http://cubedesign.ba/
The code is long, so I don't know what to really send.

Why does my website have a gap on the iphone and ipad when portrait?! driving me crazy

I'm on the verge of eating my computer, bascially i'm a first year student doing HTML and CSS, just started with media queries while i've been off and am extreamly proud of my website, but when I view on the portrait mobile or ipad it loads very nicely and does exactly what I want, but you can slide slightly to the right for some reason and I don't know how to fix it! I have a small gap that I can't get rid of, why is this happening? my website is here www.webmonsters.co.uk i'm very new to this.
Thank you.
UPDATE:
So I just worked out what it was, when I scaled down the slowly in brackets with the highlighted I noticed that the elements was no scaling with the browser windown, But when I put a 90% it worked and got rid of the gap! thanks for all your help guys.

RoboVM + admob black banner rectangle

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

Lime js game works fine in iPad but jerky in Firefox

I have a HTML5 game which has been written in Lime JS, it works fine and smooth on the iPad but does not work smooth on Firefox (running on a pc which I assume is more powerful than an iPad and has a better graphics card), every couple of seconds the animation jumps or is choppy.
The game runs at 60FPS on the pc and around 30FPS on the iPad.
There is too much code to paste but in general has anyone come across this problem or are there any good ways to debug this?
Thanks

Android Tablet and HTML5 Canvas not working

I have an Android Asus Eee Pad Transformer android.
My problem is that I've created a html5 canvas to draw using touch and all I get is a point, cannot draw.
Is this to do with the browser or with the Tablet?
Anyone have any ideas on what the problem could be please?
Have you tested another browser such as Dolphin? This should give you a better idea as to whether it's the tablet or the browser.
My first guess would be to say it's more the tablet and the way your finger gets translated to the canvas. The canvas may not interpret you sliding your finger as a mouse click and drag.