Juan David Nicholls
Beautiful! :D
GIPHY add-on to your messaging UI
If you have any problem with the external payment gateway, please send me a direct email to [email protected] then you could pay via Paypal.
Giphy is an online database and search engine that allows users to search for and share animated GIF files (wiki). I knew about this interesting service while I was working on my Ionic-yahoo-messenger-ui but I didn't spend time on it. Lately, during the development of Ionic-tinder-ui, I found it again as a undeniable feature, so nothing can stop me anymore. Then the plugin was made. This plugin will also be integrated into the Tinder theme soon.
Not only the Giphy service itself, the source code also includes a beautiful and easy-to-implement messaging UI with auto-expanding input and data structure.
I always take it serious to keep the code quality high, with clean and self-explained code. When purchasing this, you also get my latest "helper" snippets inside the package to make it more fun to code.
Take a look at it with Ionic View using ID: 4a1f445d
In case you don't know, Ionic View mobile app is the simplest way to experience an ionic app. Download it here http://view.ionic.io/
Or even more entertaining, see how it works on Youtube: https://youtu.be/Q8eV6JYtGsc
See more of my works: https://market.ionic.io/user/66136
Happy prototyping!
Last updated: Apr 17 2016
mrhieu-ionic-giphy-f139d12b9951
-First version
$ npm install$ bower install$ ionic serve$ ionic setup sass$ bower install --save angular-elasticscss/chat.sass and scss/giphy.sasswww/js/giphy.js - this is the module ionic.giphy and it needs to be injected to your main modulewww/templates/home.htmlGiphyCtrl in www/js/app.js$scope.messages = [
{
isMe: true,
type: 'image',// text || image
body: 'img/hello.gif',
timestamp: 'Feb 26, 2016, 9:47PM'
},
{
isMe: false,
avatar: 'img/adam.jpg',
type: 'image',// text || image
body: 'img/hello.gif',
timestamp: 'Feb 26, 2016, 9:47PM'
},
{
isMe: true,
type: 'text',// text || image
body: 'Where are you, buddy?',
timestamp: 'Feb 26, 2016, 9:47PM'
},
{
isMe: false,
avatar: 'img/adam.jpg',
type: 'text',// text || image
body: 'I\'m almost there',
timestamp: 'Feb 26, 2016, 9:47PM'
}
];
If you need technical support or have any questions, don't hesitate to send me a message via: [email protected]
Hey there! You'll need to log in or create an account before you can leave a comment here.
{{ comment.comment }}
{{ comment.comment }}