I am creating a Xamarin Android app that uses a simple webview that displays a JDE E1Menu.maf portal. The application is basically a website embedded in a simple WebView. I am able to log into the website, but when I get to the menu screen I cannot click on any of the buttons.
The portal has an IFrame with a table in it, where each table cell is a button that is fired via javascript. I cannot get the clicks to fire on the buttons in the table cell.
I have enabled javascript on the WebView.