Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HtmlView only for single line? #581

Closed
emiloberg opened this issue Aug 13, 2015 · 2 comments
Closed

HtmlView only for single line? #581

emiloberg opened this issue Aug 13, 2015 · 2 comments
Milestone

Comments

@emiloberg
Copy link

Is the idea behind the HtmlView that it enables us to create a single line of html-formated code?

When I'm giving a HtmlView the html: hi<br>by it only displays the first line: hi.

The View is the simplest possible:

<Page xmlns="http://www.nativescript.org/tns.xsd" navigatingTo="navigatingTo" loaded="loaded">
        <StackLayout>
        <HtmlView html="{{html}}" />
        </StackLayout>
</Page>

Or am I doing something wrong here?

@enchev enchev self-assigned this Aug 13, 2015
@enchev enchev added this to the 1.3.0 milestone Aug 13, 2015
enchev pushed a commit that referenced this issue Aug 13, 2015
@enchev enchev added ready for test TSC needs to test this and confirm against live production apps and automated test suites and removed in progress labels Aug 13, 2015
@vchimev vchimev added bug done P:1 and removed ready for test TSC needs to test this and confirm against live production apps and automated test suites labels Aug 17, 2015
@vchimev
Copy link
Contributor

vchimev commented Aug 17, 2015

Fixed in master branch - it is going to be part of our upcoming 1.3 release.

@vchimev vchimev closed this as completed Aug 17, 2015
@lock
Copy link

lock bot commented Aug 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot unassigned enchev Aug 31, 2019
@lock lock bot locked and limited conversation to collaborators Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants