How to adapt HD adaptation programs such as flexible to third-party component libraries

Ali"s flexible HD solution is used in the vue project, but if I use a third-party UI component library, the component library I use will become smaller, which should be because the css of the third-party component library has not been adapted.

how to break this problem?

Feb.28,2021

because flexible adapts to the 2x screen and 3x screen of iphone, the latest flexible seems to automatically obtain the dpr. of the device. Either follow 1dpr or rewrite your ui library.


what I am taking now is < meta name= "flexible" content= "initial-dpr=1" > to let flexible.js not zoom the layout view of iphone

Menu