Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User script support #613

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

User script support #613

wants to merge 303 commits into from

Conversation

negator
Copy link

@negator negator commented Nov 28, 2019

Adds support for injecting user scripts on page load. For iOS, the scripts are injected for all frames, before they begin to load. On Android, the scripts are injected for the main frame only and only after the page has finished loading. Although the semantics are not exactly the same between the two platforms, this is nevertheless a very useful feature.

howardt12345 and others added 30 commits May 20, 2018 18:37
Taking safe areas into account for bottom bars
Allow local files on iOs > 9.0
Add 'show', 'hide', and 'reloadUrl' functions
charafau and others added 20 commits September 13, 2019 13:02
Listen javascript function from flutter
* added initial test support

* added travis setup

* modified tests

* test new travis script

* added tests for android

* added android unit test support

* upgraded script

* fixed typo

* added execute permissions

* configured gradle

* configured github actions

* updated github actions

* added andorid ut

* added android yml

* renamed files and tasks

* removed redundant name

* renamed tasks

* fixed andorid ut script
* added callbacks to canGoForward and canGoBack for android

* added flutter tests
added ios implementation

* updated readme
* Fixed ios compilation, added clear cache for ios

* added cleaning cache for android

* updated readme
@negator negator changed the title Add user script support User script support Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.