Maurice Parker
|
cf8dbb26f7
|
Resolve issue where we could have a web view deallocated before getting displayed.
|
2020-09-01 18:54:46 -05:00 |
Maurice Parker
|
acaeb4164a
|
Fix issue where web views that never readied themselves would clog up the queue.
|
2020-09-01 18:27:55 -05:00 |
Maurice Parker
|
4c221058d8
|
Don't insert the web view into the queue until the preload process has already started.
|
2020-08-26 18:08:43 -05:00 |
Maurice Parker
|
84389e2cf4
|
Move from using views for the queue to using an array and remove unneeded flush of queue
|
2020-07-16 13:56:07 -05:00 |
Maurice Parker
|
4ba2ab4baa
|
Complete the dequeue operation even if the web view navigation fails
|
2020-07-08 13:22:19 -05:00 |
Maurice Parker
|
46a96a7d50
|
Serialize access to the web view provider. Issue #2043
|
2020-05-07 11:32:11 -05:00 |
Maurice Parker
|
76d5f4a073
|
Remove flush and restore of web view queues. Issue #1882
|
2020-03-11 17:02:16 -06:00 |
Maurice Parker
|
5a5abb0b87
|
Ensure that the dom is fully loaded on *all* web views before being made available to process JavaScript. Issue #1756 & Issue #1808
|
2020-02-25 15:10:51 -08:00 |
Maurice Parker
|
dfd6be5fa6
|
Flush are rebuild web view queue when suspending and restoring the app. Issue #1563
|
2020-02-04 16:00:26 -08:00 |
Maurice Parker
|
596575c0e8
|
Delay making the initial web view available to give it some time to load the DOM. Issue #1756
|
2020-02-01 16:41:10 -08:00 |
Maurice Parker
|
ab8deab726
|
Correct object ownership to remove retain cycle
|
2020-01-30 12:53:27 -07:00 |
Maurice Parker
|
f9589faa59
|
Keep queued WKWebViews in a hidden view until they are needed. Issue #1563
|
2020-01-29 17:39:40 -07:00 |
Maurice Parker
|
3a99e6430f
|
Make the article icon code specify the desired article so that it can't pull the wrong one by mistake. Issue #1707
|
2020-01-27 12:58:32 -07:00 |
Maurice Parker
|
97d6c69431
|
Change to always reload the page when rendering an article. Issue #1713
|
2020-01-26 20:29:58 -07:00 |
Maurice Parker
|
af76e44c0f
|
Changed ArticleViewController to utilize UIPageViewController to provide gesture based navigation.
|
2019-12-31 16:55:39 -07:00 |