I want to create an application that has an iframe containing a webpage. Also, this application would have a menu that calls events of the iframed webpage.
For example, a webpage with a login functionality. The menu should have the options to enter user and password and then call the event of the "click login button" of the iframed webpage.
Is that something doable? If so, how could I do it? I am new in Android

Thanks in advance!