Tom Gallagher

Results 20 comments of Tom Gallagher

Drag and drop is something I've looked at in the past. In comparison with the previous issue (now fixed, see Github), the drag and drop one is far harder to...

Hi Steve, It's a big job that cuts right across the whole project. If you take a look [here](https://github.com/tomgallagher/RecordReplay/blob/master/recordingScripts/eventsRecorder.js) and [here](https://github.com/tomgallagher/RecordReplay/tree/master/replayingScripts), then that's just the start of it I can't...

Yes, I don't think it's impossible. Simulating the dropping of files is not easy, just doing it with html elements is doable.

That's not a bad idea. This has been helpful for me, as long as you know what you trying to look for. `var CSSheight = window.getComputedStyle(elem,null).getPropertyValue("height");`

+1 for me too. InAppBrowsers are following a similar path to the desktop evolution. Compare something like the 'executeScript' functionality to bookmarklets, so what we need from things like SafariViewController...

@GioCirque - I think I just built that file in JS in the end. Can't remember. But you can close the issue. Thanks for reply.

Could you give me more information about the error message?

I'm also doing exactly this. The way I'm doing it is to convert the html into json structure, then parse the json structure into @react-pdf elements. So you have a...

@stevenbrown-85 it's a bit more involved than a basic example but I can give you some pointers. HTML and the mirror react-pdf code are both tree structures, so you need...

@stevenbrown-85, no problem and good luck! The lists and tables are a bit annoying but the worst bit was inline `` elements. There's no good way to do those in...