Android Question how to do <link in the phone local

John Woodsmall

Active Member
Licensed User
Longtime User
i need to use a local html page that uses <link

i have tried to put the css as folder
i have tried to put the *.css as just a file.

nothing works but to put the entire href into the prog. and then it works
is there no way to do this?



<link href="css/bootstrap.min.css" rel="stylesheet">
 

John Woodsmall

Active Member
Licensed User
Longtime User
i am using:

Dim text As String=File.GetText(File.DirAssets,"demo_menu.html")

which has the html in the /files folder on the pc...now sure where it is on the phone.
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
thanks.
but it seems to only work on the first level html page on the next level
pages...it does not work...i go back to the normal /folder type of ref. and it works great.
by the way
do you do "in app purchase for ios" ?
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
but it seems to only work on the first level html page on the next level
pages...it does not work...
No idea what you mean by that, but, you will have to do what I indicated on my previous post on all the pages referencing that CSS file.

by the way do you do "in app purchase for ios" ?
No I don't.

By the way, you should keep the questions on the same topic, otherwise, open a new thread.
 
Upvote 0
Top