Hi there folks.
I am learning jquery now, which is nice. I am an old fart who programmed waaay back in z80-asm and Turbo Pascal and am now returning to coding. Just to indicate my -lack of- knowledge.
I am making a website to remotely watch the programs on my sat receiver. (enigma2 for the sat nerds out there)
Functionally it is done. I am able to switch bouquets, get epg data -single click a service in '#channelcontainer' - and stream channels -doubleclick a service in '#channelcontainer'. (which is disabled atm because of bandwidth concerns)
It works fine in Chrome/Firefox on both Windows and Linux.
But having problems grasping why my code does not work on Android/Internet Explorer. This has probably been asked a dozen times, but the search did not help me much, so here I am.
The site is unusable in both Android/Windows. The clicks don't get registered it seems. Or that is my understanding.
What am I missing here?
Any thoughts?
While we are at it, good debug tools for IE are non existent? The built-in F12 debug does not cut the cake.