Giter VIP home page Giter VIP logo

nativescript-emoji's Introduction

nativescript-emoji's People

Contributors

dzfweb avatar robbt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nativescript-emoji's Issues

sizes problems with Emojis

Hi, I've managed to put Emoji in my application. The problem I now have is that I could not change the size of the emojis, I attach the snippet that I use. And although I put a size value I do not see size changes for emojis.

<Emoji:Emoji name="{{item.name}}" size="100"/>

I have also tried a cloned project of your demo and I did not get to see the size change of the emojis, could you guide me to perform this task?

this is the snippet:

`<ActionBar title="EmojiMx">
</ActionBar>
<StackLayout orientation="horizontal" >
    <Label text="I'm happy QQ"></Label>
    <Emoji:Emoji name="joy" size="100" />
    <Emoji:Emoji name="joy"  size="50"/>
    <Emoji:Emoji name="joy" size="10"/>
</StackLayout>`

β€œBest regards”

Apparently the issue is only in IOS. in Android if change size emojis

Not running with Nativescript 8

Hi,

with Nativescript 8 this awesome library is not working anymore.

In emoji.common.js requiring of 'ui/core/view' does not work anymore. I tried to set it to @nativescript/core/ui/core/view but this did not work:
image

tns --version
8.1.4

Any idea?

Best,
Michael

i canΒ΄t see emojis in my app with nativescript and angular after to install.

Hello, the issue with plugin is after install and use the tags as was show in the README. don`t crash my app, but not show any message error and i dont see emojis. i made clone your demo app for test , then when i run demo(use run ios in terminal), response then is an error and is the next :

Module '/demo.app/app/nativescript-emoji' not found for element 'nativescript-emoji:Emoji'.
> Could not find module '/demo.app/app/nativescript-emoji'. Computed path '/demo.app/app/nativescript-emoji'.Jun 15 11:41:19 (UIKitApplication:org.nativescript.demo[0xf30a][84346]): Service exited due to signal: Segmentation fault: 11

Any kind of guidance on this topic would greatly appreciate it. Greetings and good work.

Emoji names list

Thanks for great plugin, but I'm wondering where to find a full list of the emoji list ?

Emoji doesn't show after Label in a Horizontal StackLayout with text that wraps.

<StackLayout orientation="horizontal">
     <Label text="TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST" textWrap="true"></Label>
     <Emoji:Emoji name="house_with_garden" />
</StackLayout>

It seems when the text wraps the emoji doesn't show, if its after the Label. If the emoji is in front of the wrapped text then it shows. If the text is short enough that it doesn't wrap then it shows. It only happens when the text wraps to a new line - the emoji won't show after it.

Mainly, I'm looking to make a paragraph that ends in an emoji.

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.