Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

[WIP] Open external links in external browser #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    448c193 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Refactor injected JavaScript

    Create injected JavaScript in a single place and then inject it both as
    a WebView prop and with the `injectJavaScript`-method on `onLoadEnd`.
    This is preparatory for adding more injected JavaScript.
    ahstro committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2bbfdc7 View commit details
    Browse the repository at this point in the history
  2. [WIP] Open external links in external browser

    Opens external links present onLoadEnd in external browser, but doesn't
    yet handle the SPA-aspect of the site
    ahstro committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    192ed2d View commit details
    Browse the repository at this point in the history