If I can use scss for custom UI design in Ionic2 application, but what and how I can use for custom original design components like Vector Buttons Scalable Vector Graphics format created in Illustrator for example, or something else
you can embed svg as often descriped as img tag, base64, etc.
To get more controll over it you should embbed it as svg tag like any other html element.
If you use Illustrator as editor, then you must take care of option in save dialog. Also embed ilustrator many things into svg file, that not necessary in html. Better strip svg files from these things before you use it
I’m wondering, what is a best practice to create custom UI components design, scss with SVG or maybe something else, If SVG works same way, what is a proper using for responsive UI in ionc2 Android app, if I will go with SVG and CSS - Cascading Style Sheets and Theming your Ionic 3 App - Bespoke SVG icons. And how properly use touch events for btn-up and btn-down with custom design .png image:
Hello,
mostly is a ui library like ionic, primeng, etc a good choice. Most case will covered by such ui library. if you use svg, then you have a greatst flexibility, but must implement anything yourself. For example, if you use a button, then it scale to his text lenght, change font-size, button scales as expected. If you use textfield in svg, you must do your scaling by yourself. Otherwise you can make astonishing effects with svg elements. Your decision, if it is worth.
Mostly you are with click on the good side. If in some cases click isn’t working as expected, then may is tap a better choice or maybe …