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
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
