Is it possible to open a webpage in my app and change the content of the webpage? Remove/add/modify it’s content? Do stuff similar to a browser extension, but done withing an app, in Java?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In android Webviews, you can call javascript functions.
If the webpage is yours, you can add functions specific for the application and that will be called in the webview.
If you’re talkign about changing the contents of any webpage. I’m not sure, but i think the only way is to load the files internally, do your modifications and display the local url that you have changed.