Software Archive
Read-only legacy content
17061 Discussions

Half The Button works Half the time- IOS

Nick_T_2
Beginner
215 Views

Please help guys, 

I have developed an app that when I push a button, it takes me to "tvguide", however when I press the home button to go back to the home page, the button i pressed to go to tvguide again is not functioning properly. 

By that, I mean, only the top half of the button recognises the tap. Nothing happens if i touch the bottom half of the button.

Its worth noting that the emulator works fine.. only live testing generates this error

Thanks

This is for IOS 

XDK 3088

</head>

    <body>
                      </div>

                <div class="upage-content ac0 content-area vertical-col" id="page_86_50">
                    <div class="uib-button-bar widget uib_w_2 d-margins" data-uib="media/button_bar" data-ver="0">
                        <a class="uib-graphic-button hover-graphic-button active-graphic-button default-graphic-button default-graphic-text widget uib_w_3 settingsize cursortype d-margins Library-Button media-button-text-bottom" data-uib="media/graphic_button" data-ver="0" id="libraryindexid"
                        role="button" title="On-Demand Library">
                            <img aria-hidden="true">

                            <span class="customcaption" aria-hidden="true">ON DEMAND</span>
                        </a>
                        <a class="uib-graphic-button hover-graphic-button active-graphic-button default-graphic-button default-graphic-text widget uib_w_3 settingsize imagesize cursortype d-margins Library-Button media-button-text-bottom" data-uib="media/graphic_button" data-ver="0"
                        id="tvguideid" role="button" title="TV Guide">
                            <img>

                            <span class="customcaption" aria-hidden="true">TV GUIDE</span>
                        </a>

                    </div>

  <div class="upage-content ac0 content-area vertical-col" id="page_65_75">

                    <a class="uib-graphic-button hover-graphic-button active-graphic-button default-graphic-button default-graphic-text widget uib_w_22 homesizing homeimage d-margins cursortype media-button-text-bottom" data-uib="media/graphic_button" data-ver="0" id="tvguidehome"
                    role="button" title="Home">
                        <img aria-hidden="true" src="images/Home.png">

                        <span class="customcaption" aria-hidden="true">Home</span>
                    </a>
                    <div class="widget uib_w_27 d-margins iframe-size" data-uib="media/iframe" data-ver="0">
                        <iframe src="http://xxxxxxxx/tv_guide/" id="TV Guide"></iframe>
                    </div>

                </div>
            </div>

        </div>
    </body>

</html>

0 Kudos
0 Replies
Reply