Is there a tool to use Android 9-patches in Javascript?

I need a Javascript library that will stretch / scale 9-patch correctly . Know one?

+5
source share
1 answer

I studied images with nine patches for a while and came to the conclusion that they were Android. Therefore, I doubt that such a tool exists.

If you use this app from WebView-powered Android, you can always use addJavascriptInterface()to expose the Java API to scale it for you.

+1
source

All Articles