EddyVerbruggen / nativescript-feedback

:loudspeaker: Non-blocking textual feedback for your NativeScript app
MIT License
129 stars 28 forks source link

Icon from url #43

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello, I am having an issue where the icon that I am wish to use in the feedback bar I can only access via a url rather than from the App_Resources/ folder. Would there be anyway to pass the icon property a url instead of a file name?

EddyVerbruggen commented 5 years ago

That doesn't sound wise as it would delay displaying feedback, or make it stutter, or it may even be downloaded after the feedback message has disappeared. AFAIK it's not possible with the underlying native library.