GithubHelp home page GithubHelp logo

Comments (6)

rajeshwarpatlolla avatar rajeshwarpatlolla commented on August 19, 2024

I didn't understood clearly. Could you please go in to detail? If there is some screen shot that would be better.

from ionic-timepicker.

yatiq avatar yatiq commented on August 19, 2024

Sorry my bad english!!
I try to explain me.
In timePickerTemplates.js to show popup you uses (in 24hr i.e.):
< span class="button-small col-offset-20 col-25">...</ span>
< label class="col-10 timePickerColon">:</ label>
< span class="button-small col-25">...</ span>
witch is incorrect and display incorrect with android 4.2.2 and low res devices.
Correct is (note 'col')

< span class="button-small col col-offset-20 col-25">...</ span>
< label class="col col-10 timePickerColon">:</ label>
< span class="button-small col col-25">...</ span>

And some css improvements to semicolon.
Trying one screenshot :)

from ionic-timepicker.

rajeshwarpatlolla avatar rajeshwarpatlolla commented on August 19, 2024

Do you have a screen shot now?

from ionic-timepicker.

comapedrosa avatar comapedrosa commented on August 19, 2024

@yatiq awesome fix! Thank you! I didn't know what to do! @rajeshwarpatlolla if you want a screenshot just run your code in an Android 4.2.2 or below and you'll see the arrows and the inputs displaying in a same line...

from ionic-timepicker.

rajeshwarpatlolla avatar rajeshwarpatlolla commented on August 19, 2024

Sorry, but i don't have that version of android device. If you can provide me a screen shot that would be really great.

from ionic-timepicker.

rajeshwarpatlolla avatar rajeshwarpatlolla commented on August 19, 2024

I pushed the changes to develop branch. You will see the changes in the next release.

from ionic-timepicker.

Related Issues (20)

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.