Giter Site home page Giter Site logo

android-post-webview's People

Contributors

kroverdulve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-post-webview's Issues

some post issues

when the script is like this:
HTMLFormElement.prototype._submit = HTMLFormElement.prototype.submit; HTMLFormElement.prototype.submit = interceptor; window.addEventListener('submit', function(e) { interceptor(e); }, false); function interceptor(e) { var frm = e ? e.target : this; frm._submit(); }

in some websites, it is ok.
but in the other websites,it error.
i must delete the window.addEventListener sentence.

could you help me.

Race condition

I like your code, and I am building something on top of it.
But I think that there is a race condition.
When two ajax requests are happening almost simultaneously, thy might both trigger the Javascript interface first and then bothtrigger shouldInterceptRequest.
In that case, the member variable holding the post content will be wrong.

I have fixed by adding an ID to the URL and using a map to store the post contents. I'll post as soon as I've cleaned up the code.

Imports issue

When trying to test and reintegrate your solution into my project i came across the issue in InterceptingWebViewClient.java with following imports:

import com.squareup.mimecraft.FormEncoding;
import com.squareup.okhttp.OkHttpClient;

Is it possible that you provide these 2 classes to the project aswell ?

Cookie in Android

I have integrated this JS on my android web view but the CookieManager after this cannot retrieve cookies from web view. Could you help me?

Could you give out an Ajax test case?

Hi KeejOow,

In Android hybrid app,we used to supply device user an web app and by intercept user request to make some interaction from device side.Your project supply a innovative clue to intercept post request to better control user request from device side.Ajax is most popular async tech on web,so would you like to demonstrate a ajax sample to make the project more demonstrative?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.