Can I replace the black bars of letterbox scale by white bars on iPhone X?

0 favourites
From the Asset Store
Health, Weapon & Rage Bars for your Games. Easy to use & Customize.
  • Hi everyone,

    Everything is in the title. Is there any way to replace the black bars of letterbox scale by anything else? I'd like to avoid using another "fullscreen in browser" method if possible. So no scale inner, outer or such stuff.

    Thanks!

  • Yes.

    Change the background settings in the index html.

  • Thanks a lot !

  • Hi,

    I used the solution newt proposed to change the background color. I just changed "background" and "color" in the index.html file from 000 to ffffff.

    However, it doesn't seem to work on iOS. When playing the game on iPhone, the letterbox scale bars are still black instead of white and I can't manage to change them.

    Any idea of what I could be doing wrong? Is there an option in Xcode to change that background color?

    My export process is Export via C2 (Cordova), then C3 export manager, then build using Xcode.

    I really need to put these side bars white...

    Thanks in advance!

  • Safari's pretty buggy. Random google suggests:

    	
     _::-webkit-full-page-media, _:future, :root .panel {
     background-color:#000
     }
    	
    
  • Thanks for your help, newt

    I tried it (by replacing #000 by #fff) and the only difference I saw was that the whole game was displaced maybe 20 pixels lower and a white bar has appeared on top of the image.

    (image from Xcode's simulator, as you can see there's an undesired white bar on top of the image, but the borders are still black)

    But that's not at all what I wanted to do. (having white bars of letterbox scale instead of black ones).

    Maybe I put the code at the wrong place in the index.html file? I placed it below html, body {

    I know nothing about HTML, so maybe I just didn't do what you intended?

    Just as a side note, your first solution worked really well for Android,but sadly I only need it for iOS. :(

    Further help would be greatly appreciated.

  • Thanks for the reply. I took a look at the topic, but if I understood it correctly it implies using letterbox integer scale, and I definitely need letterbox scale.

    I just need those black bars to be white on iOS (on Android I managed to do it already, but on iOS for some reason it doesn't work so far).

  • My suggestion: Change only Background to background:#fff and after that you insert a new line:

    background-color: white;

  • Thanks for the suggestion, Asmodean !

    Sadly, the result in the Xcode Simulator is exactly the same... Actually, even the additional white margin at the top of the image is still there, while I removed the previous code. So I may definitely be doing something wrong. Or there is something I don't understand, such as cache from previous import of the same folder in Xcode, but it would be definitely weird.

    I'll rebuild the project completely and start from a fresh index.html file just to be sure.

  • It could be the cache. Have you tried it in safari to look if it's work at all?

    It works for me in FireFox and Chrome, but I have to clear the cache before I try any changes.

  • Actually I didn't try in Safari. It's a bit complicated because I do not own a Mac, so I'm doing everything via my publisher's Mac via AnyDesk which allows me to control their Mac from a remote location with horrible response time.

    I just clicked the index.html file in finder (on the Mac), and all I get is a white screen, but isn't it the expected behavior given the file has been exported with Cordova? I get the same type of behavior in Chrome from my PC.

    Or maybe did you mean something else by "trying in Safari"?

    Thanks!

  • Last time I did this I had to change background color for both html and body.

    You can do this either in index.html or just execute javascript on start of layout in the game.

    (haven't tried it on android or ios but it works fine on pc)

  • Rable What I mean is that you export your project to html and look if it's work on safari. So you can see if it's a problem with Webkit or if it's only a problem with Cordova and/or the App itself.

    I would try now the suggestion from purplemonkey. I think that's a really clever idea. If that doesn't work either you can try to change the background color in config.xml in cordova.

    <preference name="BackgroundColor" value="0xffffffff"/>

  • Thanks a lot, guys! :)

    I'll try all of this and hopefully end up with a working solution. I'll keep you updated in either cases. ;)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Just tried purplemonkey 's solution and sadly the bars remained black in the simulator, even though they are white when previewed in C2. :(

    Asmodean , could you please tell me where I could find that config.xml? I found a cordova folder on my C:/ but it contained a config.js, no config.xml. And the config.js didn't contain something similar to preference name.

    Do you confirm there are 8 "f" in the line ? (I thought it was 6 for hexadecimal, but I don't know much about programming so if you tell me it's 8, I'll put 8 of them :) )

    Thanks a lot, guys! Your help is much appreciated!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)