how to edit html file from asset dynamically

i want to edit html file from asset to insert new data from api everytime how can i , i searched alot in community but not found any soln

Assets are ready only, so you can’t do this there

Copy your html file to ASD - application specific directory and modify it there

Taifun

ok , is there any way to view images from aseet linked to html file . i tried but images not loading. for example flat image of earth map used to generate 3d globe earth

show what you are trying to do

as you said i tried as below shown , but that html file build from text is not working properly like its html and css works but jsscript not working

The suggestion was

Use file scope App and the Copy method from the file component

Also use Do it to show us the complete url… it should start with file:///storage/emulated/0/Android/data…

Taifun

Is the js part available in the same html file?

Taifun

thanks for your reply . it is working fine now. the problem was in js code comments. if the code is in text srting with included comments it not working properly. i removed all comments and it works

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.