Nelson · IAP STG · NNF CPG · Action Plan 2026
PediAid Academics is a web-based platform — 'Peer-reviewed content, contributor platform, CME events & more,' per its own in-app description — loaded inside the app through an embedded WebView rather than a native screen. The Flutter shell points the WebView at the Academics web platform, adds a reload button and loading-progress bar, and forces a single-column layout so pages render consistently on mobile. A path parameter such as '/academics/nelson' deep-links directly to a specific section of the platform, echoing Nelson Textbook chapter content that is also browsable natively elsewhere in the app.
A peer-reviewed content and contributor platform reachable from inside the app — described in-app as offering 'Peer-reviewed content, contributor platform, CME events & more.'
No — it loads inside an embedded in-app WebView, so navigation stays inside the app rather than opening an external browser.
Yes — the screen accepts a path parameter, such as '/academics/nelson', appended to the Academics base URL to deep-link to a specific section.
No — it is a live web platform loaded over the network inside the app, unlike the on-device calculators and drug formulary.
Use the reload button in the app bar to re-fetch the current page inside the WebView.