Closed cliftonb closed 4 years ago
The reason is pretty simple and related to the way we recovered and rebuilt the app from HTML capture.
To fix the bug, these informations should be added to any "View Story" HTML page:
Such as:
<div class="chunk">
<h1>The Adventure of the Musgrave Ritual</h1>
<h2>Sir Arthur Conan Doyle</h2>
<div class="stitch_block">
<div class='stitch openingStitch'>
<i>From the <b>Memoirs of Sherlock Holmes</b>.</i>
</div>
</div>
<!-- Initial options -->
<div class="stitchBlock">
<div class='option_button'>Part One: A Cold Night in London</div>
</div>
</div>
Instead of this, which appears for every story:
<div class="chunk">
<!-- Initial options -->
<div class="stitchBlock">
<div class='option_button'>"Well, just one then."</div>
<div class='option_button'>"No, I really must go."</div>
</div>
</div>
</div>
It is now fixed and live in production cf. https://www.inklewriter.com/stories/5284
This repository's issues are reserved for feature requests and bug reports.
I'm submitting a ...
Do you want to request a feature or report a bug? Trying to report a bug, but I have no idea how this works.
What is the current behavior? When an inklewriter URL is shared via text, a short snippet from a presumably different story is shared in the preview window. This is using the stock Android Messages app, but I imagine any app that displays URL previews will have the same behavior.
Here's my tweet showing two different stories with the same preview text. None of those stories include that text. https://twitter.com/CliftonB/status/1257393102794428417
This is all a lot of steps to report something that was pretty clear in that tweet, but:
What is the expected behavior? If anything, I'd expect to thee the title of the story, followed by the author's name.
What is the motivation / use case for changing the behavior? It would be less confusing for end users who would expect the preview to be representative of the story
Please tell us about your environment: It happens in the Android Messages app and Android Messages for Web in Chrome.
Other information (e.g. detailed explanation, stacktraces, related issues