GithubHelp home page GithubHelp logo

gswebview's Introduction

废弃

gswebview's People

Contributors

beatskitano 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

Watchers

 avatar  avatar  avatar

gswebview's Issues

Cookie 怎么设置?

使用你的 GSWebview 的时候, 设置 Cookie 好像设置不了, 我该怎么设置呢 /

有两个问题

1、- (instancetype)initWithFrame:(CGRect)frame JSPerformer:(nonnull id)performer
{
if (self = [super initWithFrame:frame]) {
_pointers = [NSPointerArray weakObjectsPointerArray];
[_pointers addPointer:(__bridge void * _Nullable)(performer)];
if ([UIDevice currentDevice].systemVersion.doubleValue >= 9.0){
[self configureWKWebViewWithFrame:frame];
}else{
[self configureUIWebViewWithFrame:frame];
}
}
return self;
}

应该是[UIDevice currentDevice].systemVersion.doubleValue >= 8.0
2、JS掉OC没有传参数,类似- (void)getConsultationInfo:(NSDictionary *)param这样的方法不会响应
3、之前的版本内存释放不了,貌似这个版本解决了?

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.