html-editor-enhanced
html-editor-enhanced copied to clipboard
Local images work in simulator but not on physical devices
Tried to add local images using
controller.insertHtml( );
eg:"/var/mobile/Containers/Data/Application/EC860AC3-0B44-46CB-8DCE-05C8799CFD1D/Documents/XYZ/05-10-2023/abc/ABC/07nEzY88EwE4Y2AG.png" in <img src
tag
this works on simulator not on real device in real device
wanted to add local image path from gridview and make it appear in html editor though it works with simulator bt does not works with real devices
and it works in real device if try to add as base64 is there any way to add as png file path