Giter Site home page Giter Site logo

Comments (7)

terrabythia avatar terrabythia commented on June 11, 2024

Thanks for your feedback! This plugin was mainly made for a specific project, but then I thought that others might think it would be useful too, so I published it. It's still not in it's 1.0.0 release, so feedback like yours is invaluable at this stage.

I'm not in the position to verify and fix any of the bugs right now, but maybe later today or tomorrow.

[Q1] Do you mean that it's actually the other way around? default should be black text, lightContent should be white text. It could be that, when set to default, the global application settings decides which one is used. Will look into this though.

[Q2] I'm not familiar with PFB, but does that also mean you can't open the project in xcode to add additional resources like images? Also, the external resource image is a good idea, will see how I can implement that in the plugin in the future.

[Q3] The font must also be added as a resource in the xcode project or be a default available font. You can see a full list here: http://iosfonts.com/. As you see the fontName for 'Arial' is not just 'Arial', but 'ArialMT'. Can you try this and see if that works?

[Q4] Nothing happens? I have checked my code and that seems to be in order. Will try it myself later though.

[Q5] I found this to be a bug indeed. Have fixed this now, expect to update it (hopefully along with some other bugfixes) tomorrow (0.0.7).

from cdvfrisbrowser.

bau720123 avatar bau720123 commented on June 11, 2024

hi @SanderSoulwax
thanks for your reply
well...

[Q1]
when I set "statusBarStyle" to "default"
http://www.littlebau.com/title1.png
when I set "statusBarStyle" to "lightContent"
http://www.littlebau.com/title2.png

[Q2]
PGB is a cloud build server,so...it don't need eclipse or xcode anymore
ya!!!external resource image is really a good idea

[Q3]
after according to this
http://iosfonts.com/
problem solved, for example,I choose "Futura-MediumItalic" and really become "Italic"
but...
how about the future in android ?
is the "iosfonts" also suit in Android ?

[Q4]
YES!!!
I really tried many times,it seem not work

[Q5]
thanks for your help

[Q6] another suggestion
http://www.littlebau.com/title1.png
you can notice that "The upper left corner" have the default words "close"
if the word can determine by ourself,I think it is more Elasticity to everybody
if the function can come true,is there any "conflict" with the attribute "buttonImage" ?
because it all related to the "close button" (I recommend,Cancel the "buttonImage" attribute and a new attribute that called "buttonName" or etc...)

from cdvfrisbrowser.

terrabythia avatar terrabythia commented on June 11, 2024

I've had some time to work on the bugs you mentioned. Most of them are fixed now, you can expect an update later today.

[Q1] is this not what you would expect? ligtContent means the content (the statusbar text) will have a light (white) color. Default it's black. Just as in your screenshots.

[Q2] To make it possible to also use images that aren't added as a resource, I've added your suggested option to use external images as a fallback. The plugin will automatically recognise that you're using an external image url and set that image. In the first version of this feature there is no retina support yet. You also have to make sure the image is the right size.

[Q3] Glad that's solved!
Also: I have to look into Android. They will definitely not have the exact same font-pack, but maybe you will have to set an Android fallback font-option or something.

[Q4] There was indeed a bug in the fontColor. I've fixed that now.

[Q5] Glad to help ;)

[Q6] This option already exists! I forgot to document this, but you can also set the "buttonTitle" option to change the text.

I will give you an heads up here when I know for sure the plugin is updated.

from cdvfrisbrowser.

bau720123 avatar bau720123 commented on June 11, 2024

hi @SanderSoulwax
really thanks your reply again
well..

the Q1's suggestion
if can let the statusBarStyle usage method just like the fontColor usage
not just "default" or "lightContent"
for example follow your rule

statusBarStyle: {r:x, g:y, b:z}

thanks again

from cdvfrisbrowser.

terrabythia avatar terrabythia commented on June 11, 2024

Unfortunately that's not possible on iOS: they limit the content colors to only black or white.

FYI: I've uploaded the new version with the bug fixes to github and the plugin registry. Let me know if you still have any issues.

from cdvfrisbrowser.

bau720123 avatar bau720123 commented on June 11, 2024

thanks @SanderSoulwax
all issues solved !!!
you are awesome !!!

from cdvfrisbrowser.

terrabythia avatar terrabythia commented on June 11, 2024

No problem!

from cdvfrisbrowser.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.