P Pramod Gajbhiye Member Jun 12, 2020 #1 How should I put image URL in HTMLEditor view. Like, <img src="Image URL" alt = "my image"/> Last edited: Jun 12, 2020
Erel B4X founder Staff member Licensed User Longtime User Jun 14, 2020 #2 You can use XUI.FileUri to create the file uri. Upvote 0
P Pramod Gajbhiye Member Jun 14, 2020 #3 Erel said: You can use XUI.FileUri to create the file uri. Click to expand... Yes, Thank you Mr. Erel! ?? I searched about XUI. FileUri and I found one of your solutions here - https://www.b4x.com/android/forum/threads/b4x-use-webview-to-show-large-images.102910/#content Upvote 0
Erel said: You can use XUI.FileUri to create the file uri. Click to expand... Yes, Thank you Mr. Erel! ?? I searched about XUI. FileUri and I found one of your solutions here - https://www.b4x.com/android/forum/threads/b4x-use-webview-to-show-large-images.102910/#content