Closed ghost closed 9 years ago
I had the same problem: https://github.com/ResearchKit/ResearchKit/issues/243
Turns out this was refactored in ResearchKit and the HTML page body gets created around your consent. Our HTML documents now only include the content itself and the view sizes them correctly.
<h2>Overview</h2>
<p>
Today’s mobile devices...
</p>
<p>
...
</p>
Closing as duplicate of ResearchKit/ResearchKit#243
@p2 thanks for this note.
Re: commit 12b4dfd3 (Implement onboarding manager) https://github.com/ResearchKit/AppCore/pull/49/
We see that the consent pdf is wider than the view. May be an issue with css in html file, or some problem with the storyboard.