Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

fix cannot loading remote url bug #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomsean
Copy link

@tomsean tomsean commented Apr 17, 2016

fix cannot load remote url bug and add wkwebview AllowsBackForwardNavigationGestures to config

@EddyVerbruggen
Copy link
Contributor

Hi @tomsean! I love that AllowsBackForwardNavigationGestures preference, nice addition!

Can you tell me what the remote url bug was precisely? Cheers!

@tomsean
Copy link
Author

tomsean commented Apr 18, 2016

yes,you can just replace with .and then this will not work.
the reason is
after run
MyMainViewController *myMainViewController = [[MyMainViewController alloc] init];
self.viewController = myMainViewController;
self.window.rootViewController = myMainViewController;
code MyMainViewController viewDidLoad is runed
and then this time
"_startURL" is nil inMyMainViewController viewDidLoad method 277 line
so bug is come.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants