Dadush0 / Tennis_Club_APP

0 stars 0 forks source link

Improve view of embedded webpage #5

Closed Dadush0 closed 6 months ago

Dadush0 commented 9 months ago

Try to remove footer of webpage and other useless displayed parts -> controller.runJavaScript( "document.getElementsByTagName('footer')[0].style.display='none'"); was tried and doenst really work

Dadush0 commented 6 months ago

This works on some devices: document.getElementById('footer').style.setProperty('display', 'none', 'important');