Po
Po
Agree with Pablo and I think you can use data uri scheme for this. Here's a simple demonstration: ``` DATA URI TEST let content = ''; window.addEventListener("load", function(){ document.body.innerHTML =...
> This adoption is limited to web clients only. How exactly do you intend to run this on native mobile clients? All I suggest is using data uri scheme instead...
> I understand your proposition, it would make more sense if it's only destined for web based clients, how can this approach be handled in native mobile client? Because smart...
> This proves what was mentioned in the discussion above, using Webviews in native mobile clients is a poor idea which should not be considered as it has a lot...