Hi, in B4a the css location in a html file is
<link rel= "stylesheet" type ="text/css" media= "screen" href = "file:///android_asset/style.css"/>
the "file:///android_asset/style.css" must be replaced by something in b4i ,anyone figured this out ?
I tried
file://style.css
file://asset/style.css
file://b4i/asset/style.css
I tried
<link rel= "stylesheet" type ="text/css" media= "screen" href = "style.css"/>
wich also didn't work.
<link rel= "stylesheet" type ="text/css" media= "screen" href = "file:///android_asset/style.css"/>
the "file:///android_asset/style.css" must be replaced by something in b4i ,anyone figured this out ?
I tried
file://style.css
file://asset/style.css
file://b4i/asset/style.css
I tried
<link rel= "stylesheet" type ="text/css" media= "screen" href = "style.css"/>
wich also didn't work.
Last edited: