Evan Butler

Results 23 comments of Evan Butler

@jasonday Did this ever get resolved? Any updates?

@oculus42 Yeah I noticed that as well but wasn't sure if it was a bug in the library or my application code/css.

@guptanisha The only issue this solves on iPad (or iPhone) + Chrome is that is successfully opens the Print dialog. There is still another bug in that is does not...

Update: looks like increasing the timeout for removing the iFrame is a fix. ``` // remove iframe after print if (!opt.debug) { setTimeout(function() { $iframe.remove(); }, 10000); // -> this...

Increasing the timeout is the masking the real problem here. After digging in some more I've noticed a difference between desktop and mobile behavior. On desktop, when you open the...

@jasonday Issue #152 seems unrelated. I implemented the fix you suggested in the comments, which worked to initiate printing on Chrome iOS (the print dialog wasn't even opening previously). The...

I also just ran into this. Trying to figure out if it's a bug or expected behavior.

Looks like the regex that `link-preview-js` is using under the hood is what is restricting this: https://gist.github.com/dperini/729294#file-regex-weburl-js-L43 ``` // - protocols have been restricted to ftp, http and https only...

@jameshahn2 Any progress on this?

I'm on: ``` react-native: 0.60.6 react-native-vector-icons: 6.6.0 ``` What worked for me was running `npx pod-install`, which you can see in the output detects the `Podfile`: ``` Detected React Native...