Closed winicius87 closed 3 months ago
I updated isellemails.com/webden/ but then the XMLHttpRequest is only working on desktops. That was so strange. Can this be fixed?
The update I added allows the user to select a project. It's only working on a desktop browser and not on Android Firefox.
I commented a call to document.getElementById. I think the TypeError is not displaying anymore. We have to wait and see.
The project does not load on mobile via XMLHttpRequest.
I had to place an onchange event on the select. The onclick event on the option element does not work on all browsers.
The update I made is working.
Sometimes "TypeError: document.getElementById(...) is null" appears as an error after importing an exported file.
Can this be resolved?
Also, I added a feature to load a script saved to a server. export function importURL(event) { var request = new XMLHttpRequest(); //alert("awd"); //if(event.target.value == "lcsubsequence"){ //request.open('GET', 'https://isellemails.com/MediaLight/XEhA2/suTEbIGi76.json/raw', true);//lcsubsequence //}
}
The feature I added works on the desktop but not on my mobile browser (Android Firefox and Android Chrome). I cannot find an error associated with my feature when I debug it.