how to load android assets css files to android WebView URL

后端 未结 2 614
感动是毒
感动是毒 2021-01-12 12:38

Actually I want to load complete site from internet link but i want to load css files from mobile (means not from internet). Because I want to load all page faster using int

2条回答
  •  温柔的废话
    2021-01-12 13:23

    Because the two other answers are just copy pastas and I happened to have the same issue I will help you with my solution:

    You need to specify the file path in the head section of your html file. Pay attention to the part after href

    
    
        
            
            
        
    
    

    I just can't get my head around why the other posters just copied and pasted and didn't even read what you were trying to tell them.

    I hope this helps.

    Be aware that your resources folder can be named differently.

提交回复
热议问题