While porting an app from B4A to B4i I stumbled on the following issue:
I have an HTML file in the asset folder, which loads an image from the asset folder itself as follows:
HTML:
<img src="file:///android_asset/add.png" alt="">
Is it still possible under iOS?
Which is the correct path?
The...