Taifuntools there are path to asset component is not available

this component is not available in tools

The PathToAssets method has been removed, because nowadays you just use the url http://localhost/myHtmlfile.html

Taifun

Welcome @Younme_Style

Use this file://android_asset/

Ex - file://android_asset/ join your file name

file:///android_asset/ (with 3 slashes)

how to use it in block
is it can be use in offline apps
thanks your support

Path to asset is useful for offline apps so i need it

file:///android_asset/index.html

You just have to put this text in the webview, simple

Replace path to assets block with this text
file:///android_asset/

It has been replaced by the address

http://localhost/yourHtmlFile.html

which works both in companion and after building
Taifun