EddyVerbruggen / Toast-PhoneGap-Plugin

:beers: A Toast popup plugin for your fancy Cordova app
MIT License
511 stars 276 forks source link

Enhancement: No rounded corners and include external images #22

Open fidoboy opened 9 years ago

fidoboy commented 9 years ago

It could be very useful to have an option to disable rounded corners and also to include external icon left aligned via url (eg: http://www.anyserver/images/image.png)

fidoboy commented 9 years ago

Here is a good example of a notification with image (a toast :smile: ) image

fidoboy commented 9 years ago

It's already into the iOS code but it needs to be implemented on Android, may be using async task to download the image from url....