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

fix for ios 13 #1

Merged
merged 59 commits into from
Nov 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
f3d7f72
Lets user adjust color of toolbar, hide navigation buttons and set cu…
steinaragustli Oct 4, 2017
d940b59
Android works well now, all changes are now documented
steinaragustli Oct 6, 2017
0c6189e
change hidetoolbarnavigationbuttons to hidenavigationbuttons in iso
steinaragustli Oct 6, 2017
05e37a1
ignore idea folder
steinaragustli Oct 9, 2017
313e0ae
Merge remote-tracking branch 'upstream/master'
steinaragustli Mar 6, 2018
cbe3a42
CB-13969 cordova-inappbrowser:iOS&Android now includes a extra, optio…
steinaragustli Mar 13, 2018
b06ad8e
CB-13696 fixing for PR
steinaragustli Mar 13, 2018
ec6af56
remove statusbar when inAppBrowser is open in andriod
Fiffi Apr 23, 2018
ba3a440
Added to support android devices with right to left direction languag…
transoceanic Nov 22, 2018
a890e60
Example documentation - Fix callBack function name
cvanem Dec 25, 2018
e3db974
(ios) Move createIframeBridge to injectDeferredObject
NiklasMerz Jan 16, 2019
9f4b729
GH-417: Handle non-default target attribute values (e.g. target=on li…
dpa99c Feb 10, 2019
ae329bc
Add or update GitHub pull request and issue template
janpio Feb 11, 2019
388e3f6
(iOS) Fix iframes in iOS/WKWebView which were broken by #418. Fixes #…
dpa99c Feb 11, 2019
92243cd
Add headline to window.open documentation (#406)
janpio Feb 22, 2019
74ccef1
Merge remote-tracking branch 'upstream/master'
steinaragustli Feb 28, 2019
4adf4c7
CB-13969 updating README.MD to better explain lefttoright parameter o…
steinaragustli Feb 28, 2019
e2adf1b
CB-13969 fixing inappbrowser.css
steinaragustli Feb 28, 2019
c7931fa
CB-13969 adding newline at end of inappbrowser.cs
steinaragustli Feb 28, 2019
5ead1e6
CB-13969 trying to remove inappbrowser.css from pr
steinaragustli Feb 28, 2019
fc0c560
CB-13969 trying to remove inappbrowser from pr
steinaragustli Feb 28, 2019
2bcec40
CB-13969 trying to fix some wierd issue for PR
steinaragustli Feb 28, 2019
df84dda
CB-13969 trying to fix some wierd issue for PR
steinaragustli Feb 28, 2019
5359f6c
CB-13969 reverting to older version of inappbrowser.css to leave it o…
steinaragustli Feb 28, 2019
3c0a42e
CB-13969 fix inappbrowser.css to be unmodified
steinaragustli Feb 28, 2019
9c7c2f3
CB-13969 functionality extended to WKWebView
steinaragustli Feb 28, 2019
f861655
CB-13969 fixing README to be correct for lefttoright option
steinaragustli Feb 28, 2019
6861084
Prevent malformed callbackId from reaching app cordova view
purplecabbage Feb 28, 2019
c95dbcb
Merge pull request #436 from purplecabbage/ValidateCallbackId
purplecabbage Mar 2, 2019
7b16ee8
Merge pull request #353 from transoceanic/patch-1
purplecabbage Mar 6, 2019
2f74d67
Revert "Add support for right to left direction languages"
purplecabbage Mar 6, 2019
5f1afbd
Fix test spec.5 to close inappbrowser after loadstop event
knaito-asial Mar 6, 2019
eb3acc0
Merge pull request #439 from apache/revert-353-patch-1
purplecabbage Mar 6, 2019
d01bd25
Merge pull request #262 from landsbankinn/CB-13969
purplecabbage Mar 6, 2019
2500b08
Merge pull request #383 from cvanem/master
purplecabbage Mar 6, 2019
af44235
Merge pull request #440 from cordova-develop/fix-close-event-test
purplecabbage Mar 6, 2019
a162bd9
Fix failing CI tests (#460)
purplecabbage Apr 9, 2019
94fec84
Fix beforeload for Android <= 7 (#427)
Jun 12, 2019
cc5ee00
docs: remove outdated translations
janpio Jun 20, 2019
c2bb6c1
ci(travis): Update Travis CI configuration for new paramedic (#478)
janpio Jun 20, 2019
5741d4a
build: add `.gitattributes` to force LF (instead of possible CRLF on …
janpio Jun 27, 2019
f3b695f
build: add `.npmignore` to remove unneeded files from npm package
janpio Jun 27, 2019
e9dad63
chore: fix repo and issue urls and license in package.json and plugin…
janpio Jun 27, 2019
b842039
chore(release): release notes for 3.1.0
janpio Jun 27, 2019
df62388
chore(release): 3.1.0 (version string)
janpio Jun 27, 2019
84dfb09
chore(release): 3.1.1-dev
janpio Jun 27, 2019
2b59941
ci(travis): upgrade to node8
janpio Jul 1, 2019
8810c6a
(ios) Fix inappbrowser not opening on iOS 13 by using reusable window
NiklasMerz Sep 6, 2019
8805f5d
Finish revert and correct Xcode warnings
NiklasMerz Sep 6, 2019
81bec09
(ios) Fix iOS 13 show not working
NiklasMerz Sep 6, 2019
82d496a
Use tmpWindow and hide on close
NiklasMerz Sep 20, 2019
4376dda
New fix attempt
NiklasMerz Sep 20, 2019
79b1bb6
Move window hiding to 'browserExit'
NiklasMerz Sep 23, 2019
8553946
Fix unresponsive main window after hide
NiklasMerz Sep 24, 2019
ba345b0
Merge pull request #534 from GEDYSIntraWare/fix-show-ios13
dpa99c Sep 24, 2019
80feff6
Merge pull request #401 from GEDYSIntraWare/bridge
dpa99c Sep 24, 2019
1e16c50
Update missing closed brace to the insert.CSS
mosabab Nov 3, 2019
7b6f959
Merge pull request #567 from mosababubakr/patch-1
breautek Nov 3, 2019
9a15737
Update missing closed brace to the insert.CSS (#568)
mosabab Nov 4, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
* text eol=lf

#
## These files are binary and should be left untouched
#

# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.pyc binary
*.pdf binary
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
Please have a look at the issue templates you get when you click "New issue" in the GitHub UI.
We very much prefer issues created by using one of these templates.
-->

### Issue Type
<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->

- [ ] Bug Report
- [ ] Feature Request
- [ ] Support Question

## Description

## Information
<!-- Include all relevant information that might help understand and reproduce the problem -->

### Command or Code
<!-- What command or code is needed to reproduce the problem? -->

### Environment, Platform, Device
<!-- In what environment, on what platform or on which device are you experiencing the issue? -->



### Version information
<!--
What are relevant versions you are using?
For example:
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
Other Frameworks: Ionic Framework and CLI version
Operating System, Android Studio, Xcode etc.
-->



## Checklist
<!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->

- [ ] I searched for already existing GitHub issues about this
- [ ] I updated all Cordova tooling to their most recent version
- [ ] I included all the necessary information above
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: 🐛 Bug Report
about: If something isn't working as expected.

---

# Bug Report

## Problem

### What is expected to happen?



### What does actually happen?



## Information
<!-- Include all relevant information that might help understand and reproduce the problem -->



### Command or Code
<!-- What command or code is needed to reproduce the problem? -->



### Environment, Platform, Device
<!-- In what environment, on what platform or on which device are you experiencing the issue? -->



### Version information
<!--
What are relevant versions you are using?
For example:
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
Other Frameworks: Ionic Framework and CLI version
Operating System, Android Studio, Xcode etc.
-->



## Checklist
<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->

- [ ] I searched for existing GitHub issues
- [ ] I updated all Cordova tooling to most recent version
- [ ] I included all the necessary information above
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 🚀 Feature Request
about: A suggestion for a new functionality

---

# Feature Request

## Motivation Behind Feature
<!-- Why should this feature be implemented? What problem does it solve? -->



## Feature Description
<!--
Describe your feature request in detail
Please provide any code examples or screenshots of what this feature would look like
Are there any drawbacks? Will this break anything for existing users?
-->



## Alternatives or Workarounds
<!--
Describe alternatives or workarounds you are currently using
Are there ways to do this with existing functionality?
-->


27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 💬 Support Question
about: If you have a question, please check out our Slack or StackOverflow!

---

<!------------^ Click "Preview" for a nicer view! -->

Apache Cordova uses GitHub Issues as a feature request and bug tracker _only_.
For usage and support questions, please check out the resources below. Thanks!

---

You can get answers to your usage and support questions about **Apache Cordova** on:

* Slack Community Chat: https://cordova.slack.com (you can sign-up at http://slack.cordova.io/)
* StackOverflow: https://stackoverflow.com/questions/tagged/cordova using the tag `cordova`

---

If you are using a tool that uses Cordova internally, like e.g. Ionic, check their support channels:

* **Ionic Framework**
* [Ionic Community Forum](https://forum.ionicframework.com/)
* [Ionic Worldwide Slack](https://ionicworldwide.herokuapp.com/)
* **PhoneGap**
* [PhoneGap Developer Community](https://forums.adobe.com/community/phonegap)
27 changes: 20 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!--
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
is intended as a quick reference, for complete details please see our Contributor Guidelines:
Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines:

http://cordova.apache.org/contribute/contribute_guidelines.html

Expand All @@ -10,13 +9,27 @@ Thanks!
### Platforms affected


### What does this PR do?

### Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here. -->



### Description
<!-- Describe your changes in detail -->



### Testing
<!-- Please describe in detail how you tested your changes. -->

### What testing has been done on this change?


### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
- [ ] Added automated test coverage as appropriate for this change.

- [ ] I've run the tests to see all new and existing tests pass
- [ ] I added automated test coverage as appropriate for this change
- [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`)
- [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/))
- [ ] I've updated the documentation if necessary
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CI service configurations
.travis.yml
.appveyor.yml
appveyor.yml

# Testing, code coverage, and linting
.eslintignore
.eslintrc.yml

# Git
.git
.gitattributes
.gitignore

# Github
.github
Loading