File tree Expand file tree Collapse file tree
java/com.outsystems.plugins.inappbrowser/osinappbrowserlib/views Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >io.ionic.libs</groupId >
88 <artifactId >ioninappbrowser-android</artifactId >
9- <version >1.5 .0</version >
9+ <version >1.6 .0</version >
1010</project >
Original file line number Diff line number Diff line change 2929 android : excludeFromRecents =" true"
3030 android : windowSoftInputMode =" stateAlwaysHidden|adjustPan" />
3131
32+ <!-- Used for when taking photos/videos when uploading files through WebChromeClient.onShowFileChooser -->
3233 <provider
3334 android : name =" com.outsystems.plugins.inappbrowser.osinappbrowserlib.FileProvider"
3435 android : authorities =" ${applicationId}.fileprovider"
Original file line number Diff line number Diff line change @@ -585,9 +585,7 @@ class OSIABWebViewActivity : AppCompatActivity() {
585585 filePathCallback : ValueCallback <Array <Uri >>,
586586 fileChooserParams : FileChooserParams
587587 ): Boolean {
588-
589588 this @OSIABWebViewActivity.filePathCallback = filePathCallback
590-
591589 val acceptTypes = fileChooserParams.acceptTypes.joinToString()
592590 val captureEnabled = fileChooserParams.isCaptureEnabled
593591 pendingAcceptTypes = acceptTypes
You can’t perform that action at this time.
0 commit comments