gowithfloat / FLWebView

WKWebView with UIWebView fallback for iOS.

Home Page:http://gowithfloat.com/2014/12/one-webview-to-rule-them-all/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It crash in UIWebView (FLWebView) setScalesPageToFit:

eaiccc opened this issue · comments

commented

It crash in it when cordova relative class call webview.scalesPageToFit;
it seems alway call it self, and over the stack.
and I comment the method in UIWebView (FLWebView), It work.
I would test it for any other side effect

Could you provide more information on the issue? This isn't intended to function as a wrapper for Cordova.

Closing without further information.

Xcode 7.0.1
Crashed in WKWebView+FLWKWebView.m

  • (void) loadRequestFromString: (NSString *) urlNameAsString

This was fixed in this pull request.