GithubHelp home page GithubHelp logo

Comments (5)

ichan-mb avatar ichan-mb commented on August 15, 2024

Could you post the code to reproduce the error. I couldn't replicate the error on my device (Xiaomi Mi 10, Android 10). Here is my code:

<TextView Height="100" TextWrapping="Wrap" Padding="4" Margin="4" TextColor="#000" CaretColor="#000". InputHint="Decimal">
	<Rectangle Layer="Background" CornerRadius="4">
		<Stroke Color="#000" />
	</Rectangle>
</TextView>

from fuselibs.

ckarmy avatar ckarmy commented on August 15, 2024

@ichan-mb your code it works for me too. But it happens if you add TextAlignment="Center" to the TextView like:

<TextView Height="100" TextAlignment="Center" TextWrapping="Wrap" Padding="4" Margin="4" TextColor="#000" CaretColor="#000" InputHint="Decimal">
	<Rectangle Layer="Background" CornerRadius="4">
	        <Stroke Color="#000" />
        </Rectangle>
</TextView>

from fuselibs.

Anagrr avatar Anagrr commented on August 15, 2024

What if you decrease the font size for 1 or 2 units? )) As I see from the video, when input is in focus the carret is taller than font almost on 5 units. So while focused, input increases its size a little bit I assume. It's just my opinion which might be wrong

from fuselibs.

ichan-mb avatar ichan-mb commented on August 15, 2024

@ckarmy yes, I can confirm the issue and found the workaround how to fix it. I hope I can make the PR soon.

from fuselibs.

ichan-mb avatar ichan-mb commented on August 15, 2024

This issue has been fixed on the master branch and will be released on latest v2.0 beta. I'm closing the issue now. If problem still persists feel free to comment to this issue. Thanks!

from fuselibs.

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.