I have been trying to show some HTML content from SD card in the browser Field and every time instead of rendering the HTML data,browser Field renders the Base URL.I tried to find the reason for the same and couldn't get any solution.I didn't find any documentation that clearly explains when that base URL is called.Can any one please explain why and when is that Base URL called? Any Help is highly appreciated...
Thanks in advance.
May be it will help you. This answer explain how to display html content from sdcard in two ways
1)Read data as text file and add it to String and dislay that content like following way
2)You can directly call that page from browserfield like following