Results 4 comments of hpsoar

find out how to workaround this. I need to create the UIImageView with an initial size, event though it will be applied with autolayout.

in LoadingController, use absoluteURL - (void)actionTapped { SharingController *sharingController = [[SharingController alloc] initWithURL:[source URL].absoluteURL title:[self sourceTitle] fromController:self]; [sharingController showFromBarButtonItem:actionItem]; [sharingController release]; }

> 呃...刚刚又试了下,确定是没连代理,也没开VPN,但还是有这个 error > > ``` > sessionTaskFailed(error: Error Domain=NSURLErrorDomain Code=-1200 "发生了SSL错误,无法建立与该服务器的安全连接。" UserInfo={NSErrorFailingURLStringKey=https://redive.estertion.win/last_version_jp.json, NSLocalizedRecoverySuggestion=您仍要连接此服务器吗?, _kCFStreamErrorDomainKey=3, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask ., _NSURLErrorRelatedURLSessionTaskErrorKey=( > "LocalDataTask ." > ), NSLocalizedDescription=发生了SSL错误,无法建立与该服务器的安全连接。, NSErrorFailingURLKey=https://redive.estertion.win/last_version_jp.json, NSUnderlyingError=0x2811bd8c0 {Error Domain=kCFErrorDomainCFNetwork Code=-1200 "(null)"...

Can't get it work on Safari, too! ``` html.SpeechRecognition? _webSpeech; start() { print('start'); _webSpeech = html.SpeechRecognition(); _webSpeech!.onError.listen((error) => _onError(error)); _webSpeech!.onStart.listen((startEvent) => _onSpeechStart(startEvent)); _webSpeech!.onSpeechStart .listen((startEvent) => _onSpeechStart(startEvent)); _webSpeech!.onEnd.listen((endEvent) => _onSpeechEnd(endEvent)); //...