Connor Pearson

Results 91 comments of Connor Pearson

@kiaking Sorry for the late reply. I've created a demo [here](https://codesandbox.io/s/serene-torvalds-iey6d). Basically anything that attempts to log or persist mutations can be tripped up by the payload of the `ROUTE_CHANGE`...

Yeah I can take a crack at that.

@janpio No problem, I had to make another change anyway. The latest commit replaces the deprecated ProgressDialog with a ProgressBar.

@infil00p Yes, I'll try pulling in the latest.

I'm not opposed to including this, but I wonder why ionic removed it. Was it buggy or difficult to maintain? It would also be nice if there was support for...

I did a bit of research into this. It looks like keyboardAppearance is not supported with UIWebView. Ionic's solution and [this one](https://stackoverflow.com/questions/19961103/uikeyboardappearance-in-uiwebview) both involve swizzling methods of the webview's internal...

It's not the method that's private, but UIWebBrowserView is an undocumented class that Apple uses within the UIWebView. It appears that Apple was running the strings tool on the binary...

I was able to get this to work based off of the iOS 9 solution. It's necessary to swizzle keyboardAppearance on both UIWebBrowserView and UITextInputTraits. You can try it by...

I've added support in a test branch. It seems to work for me on an iOS 8 device and iOS 9 sim. ``` Keyboard.keyboardStyle("light") Keyboard.keyboardStyle("dark") ``` or ``` ```