react-native-webview-bootpay 11.18.11 → 11.18.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +93 -83
- package/apple/BPCWebView.h +0 -19
- package/apple/BPCWebView.m +197 -336
- package/apple/BPCWebViewManager.h +0 -2
- package/apple/BPCWebViewManager.m +1 -25
- package/index.d.ts +5 -5
- package/ios/RNCWebView.xcodeproj/project.pbxproj +18 -18
- package/lib/WebView.android.d.ts +0 -3
- package/lib/WebView.android.d.ts.map +1 -1
- package/lib/WebView.android.js +4 -11
- package/lib/WebView.d.ts +2 -2
- package/lib/WebView.d.ts.map +1 -1
- package/lib/WebView.ios.d.ts +0 -1
- package/lib/WebView.ios.d.ts.map +1 -1
- package/lib/WebView.ios.js +7 -12
- package/lib/WebView.macos.d.ts.map +1 -1
- package/lib/WebView.macos.js +6 -10
- package/lib/WebView.windows.d.ts +2 -4
- package/lib/WebView.windows.d.ts.map +1 -1
- package/lib/WebView.windows.js +12 -18
- package/lib/WebViewShared.d.ts +0 -1
- package/lib/WebViewShared.d.ts.map +1 -1
- package/lib/WebViewTypes.d.ts +2 -113
- package/lib/WebViewTypes.d.ts.map +1 -1
- package/package.json +9 -10
- package/react-native-webview-bootpay.podspec +3 -1
- package/react-native.config.js +61 -47
- package/windows/ReactNativeWebView/ReactNativeWebView.vcxproj +20 -37
- package/windows/ReactNativeWebView/ReactPackageProvider.cpp +1 -5
- package/windows/ReactNativeWebView/ReactWebView.cpp +6 -2
- package/windows/ReactNativeWebView/ReactWebView.h +2 -3
- package/windows/ReactNativeWebView/ReactWebView.idl +1 -13
- package/windows/ReactNativeWebView/ReactWebViewManager.cpp +31 -36
- package/windows/ReactNativeWebView/packages.config +0 -2
- package/windows/ReactNativeWebView/pch.h +0 -6
- package/windows/ReactNativeWebView.sln +119 -81
- package/windows/WebViewBridgeComponent/PropertySheet.props +16 -0
- package/windows/{ReactNativeWebView → WebViewBridgeComponent}/WebBridge.cpp +1 -1
- package/windows/{ReactNativeWebView → WebViewBridgeComponent}/WebBridge.h +2 -2
- package/windows/{ReactNativeWebView → WebViewBridgeComponent}/WebBridge.idl +1 -1
- package/windows/WebViewBridgeComponent/WebViewBridgeComponent.def +3 -0
- package/windows/WebViewBridgeComponent/WebViewBridgeComponent.vcxproj +160 -0
- package/windows/WebViewBridgeComponent/WebViewBridgeComponent.vcxproj.filters +33 -0
- package/windows/WebViewBridgeComponent/packages.config +4 -0
- package/windows/WebViewBridgeComponent/pch.cpp +1 -0
- package/windows/WebViewBridgeComponent/pch.h +4 -0
- package/windows/WebViewBridgeComponent/readme.txt +23 -0
- package/android/.DS_Store +0 -0
- package/android/.gradle/6.8/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/6.8/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.8/fileChanges/last-build.bin +0 -0
- package/android/.gradle/6.8/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/6.8/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.8/gc.properties +0 -0
- package/android/.gradle/7.0-rc-1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.0-rc-1/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.0-rc-1/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.0-rc-1/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.0-rc-1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.0-rc-1/gc.properties +0 -0
- package/android/.gradle/7.1.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.1.1/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.1.1/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.1.1/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.1.1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.1.1/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/configuration-cache/gc.properties +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/.gitignore +0 -3
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -19
- package/android/.idea/jarRepositories.xml +0 -35
- package/android/.idea/libraries/Gradle__androidx_annotation_annotation_1_0_0.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_0_2_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_arch_core_core_common_2_0_0.xml +0 -11
- package/android/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_collection_collection_1_0_0.xml +0 -11
- package/android/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_core_core_1_0_1_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_fragment_fragment_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_0_0.xml +0 -11
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_0_1_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__com_facebook_fbjni_fbjni_java_only_0_0_3.xml +0 -13
- package/android/.idea/libraries/Gradle__com_facebook_fresco_drawee_2_0_0_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_fbcore_2_0_0_aar.xml +0 -18
- package/android/.idea/libraries/Gradle__com_facebook_fresco_fresco_2_0_0_aar.xml +0 -18
- package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_2_0_0_aar.xml +0 -18
- package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_base_2_0_0_aar.xml +0 -18
- package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_okhttp3_2_0_0_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_nativeimagefilters_2_0_0_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_nativeimagetranscoder_2_0_0_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_infer_annotation_infer_annotation_0_11_2.xml +0 -13
- package/android/.idea/libraries/Gradle__com_facebook_react_react_native_0_62_2_aar.xml +0 -18
- package/android/.idea/libraries/Gradle__com_facebook_soloader_annotation_0_8_0_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_soloader_nativeloader_0_8_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_facebook_soloader_soloader_0_8_0_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_yoga_proguard_annotations_1_14_1.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_3_0_2.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_3_12_1.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_urlconnection_3_12_1.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okio_okio_1_15_0.xml +0 -13
- package/android/.idea/libraries/Gradle__javax_inject_javax_inject_1.xml +0 -13
- package/android/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml +0 -13
- package/android/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_3_50.xml +0 -13
- package/android/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_3_50.xml +0 -13
- package/android/.idea/misc.xml +0 -9
- package/android/.idea/modules/android.iml +0 -124
- package/android/.idea/modules.xml +0 -8
- package/android/.idea/vcs.xml +0 -6
- package/android/.project +0 -34
- package/android/.settings/org.eclipse.buildship.core.prefs +0 -13
- package/android/build/.transforms/4e87ba7f47baac309fba5367e008cf44/results.bin +0 -1
- package/android/build/.transforms/4e87ba7f47baac309fba5367e008cf44/transformed/classes/classes.dex +0 -0
- package/android/build/.transforms/d5207f219c4292752e7af446f7cc2789/classes/classes.dex +0 -0
- package/android/build/.transforms/d5207f219c4292752e7af446f7cc2789.bin +0 -1
- package/android/build/generated/source/buildConfig/debug/kr/co/bootpay/webview/BuildConfig.java +0 -10
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +0 -100
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +0 -18
- package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +0 -4
- package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +0 -1
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +0 -1857
- package/android/build/intermediates/compiled_local_resources/debug/out/xml_file_provider_paths.xml.flat +0 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
- package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +0 -2
- package/android/build/intermediates/incremental/packageDebugResources/merger.xml +0 -2
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebChromeClient$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebChromeClient.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebView$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebView$BPCWebViewBridge.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebView$ProgressChangedFilter.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebView.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewClient.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewFileProvider.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewManager$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewManager$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewManager$3.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewManager$4.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewManager.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewModule$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewModule$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewModule$MimeType.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewModule$ShouldOverrideUrlLoadingLock$ShouldOverrideCallbackState.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewModule$ShouldOverrideUrlLoadingLock.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BPCWebViewModule.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/kr/co/bootpay/webview/WebViewConfig.class +0 -0
- package/android/build/intermediates/library_java_res/debug/res.jar +0 -0
- package/android/build/intermediates/library_manifest/debug/AndroidManifest.xml +0 -102
- package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +0 -3
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +0 -200
- package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +0 -100
- package/android/build/intermediates/navigation_json/debug/navigation.json +0 -1
- package/android/build/intermediates/packaged_manifests/debug/output-metadata.json +0 -18
- package/android/build/intermediates/packaged_res/debug/xml/file_provider_paths.xml +0 -6
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +0 -1377
- package/android/build/kotlin/compileDebugKotlin/build-history.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/counters.tab +0 -2
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/last-build.bin +0 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -221
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt +0 -29
- package/android/build/tmp/kotlin-classes/debug/META-INF/react-native-webview-bootpay_debug.kotlin_module +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/BPCWebViewPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopHttpErrorEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopHttpErrorEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopLoadingErrorEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopLoadingErrorEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopLoadingFinishEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopLoadingFinishEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopLoadingProgressEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopLoadingProgressEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopLoadingStartEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopLoadingStartEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopMessageEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopMessageEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopRenderProcessGoneEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopRenderProcessGoneEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopShouldStartLoadWithRequestEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/kr/co/bootpay/webview/events/TopShouldStartLoadWithRequestEvent.class +0 -0
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/android/gradlew +0 -185
- package/android/gradlew.bat +0 -89
- package/android/local.properties +0 -8
- package/android/src/.DS_Store +0 -0
- package/android/src/main/.DS_Store +0 -0
- package/android/src/main/java/.DS_Store +0 -0
- package/android/src/main/java/kr/.DS_Store +0 -0
- package/android/src/main/java/kr/co/.DS_Store +0 -0
- package/android/src/main/java/kr/co/bootpay/.DS_Store +0 -0
- package/ios/.DS_Store +0 -0
- package/ios/RNCWebView.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- package/ios/RNCWebView.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/RNCWebView.xcodeproj/project.xcworkspace/xcuserdata/bootpay.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/RNCWebView.xcodeproj/xcuserdata/bootpay.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
- package/lib/WebViewNativeComponent.android.d.ts +0 -4
- package/lib/WebViewNativeComponent.android.d.ts.map +0 -1
- package/lib/WebViewNativeComponent.android.js +0 -3
- package/lib/WebViewNativeComponent.ios.d.ts +0 -4
- package/lib/WebViewNativeComponent.ios.d.ts.map +0 -1
- package/lib/WebViewNativeComponent.ios.js +0 -3
- package/lib/WebViewNativeComponent.macos.d.ts +0 -4
- package/lib/WebViewNativeComponent.macos.d.ts.map +0 -1
- package/lib/WebViewNativeComponent.macos.js +0 -3
- package/lib/WebViewNativeComponent.windows.d.ts +0 -4
- package/lib/WebViewNativeComponent.windows.d.ts.map +0 -1
- package/lib/WebViewNativeComponent.windows.js +0 -3
- package/lib/index.d.ts +0 -4
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -3
- package/windows/.gitignore +0 -353
- package/windows/ExperimentalFeatures.props +0 -12
- package/windows/ReactNativeWebView/ReactWebView2.cpp +0 -119
- package/windows/ReactNativeWebView/ReactWebView2.h +0 -43
- package/windows/ReactNativeWebView/ReactWebView2Manager.cpp +0 -147
- package/windows/ReactNativeWebView/ReactWebView2Manager.h +0 -54
package/windows/.gitignore
DELETED
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
## Ignore Visual Studio temporary files, build results, and
|
|
2
|
-
## files generated by popular Visual Studio add-ons.
|
|
3
|
-
##
|
|
4
|
-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
|
5
|
-
|
|
6
|
-
# User-specific files
|
|
7
|
-
*.rsuser
|
|
8
|
-
*.suo
|
|
9
|
-
*.user
|
|
10
|
-
*.userosscache
|
|
11
|
-
*.sln.docstates
|
|
12
|
-
|
|
13
|
-
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
14
|
-
*.userprefs
|
|
15
|
-
|
|
16
|
-
# Mono auto generated files
|
|
17
|
-
mono_crash.*
|
|
18
|
-
|
|
19
|
-
# Build results
|
|
20
|
-
[Dd]ebug/
|
|
21
|
-
[Dd]ebugPublic/
|
|
22
|
-
[Rr]elease/
|
|
23
|
-
[Rr]eleases/
|
|
24
|
-
x64/
|
|
25
|
-
x86/
|
|
26
|
-
[Aa][Rr][Mm]/
|
|
27
|
-
[Aa][Rr][Mm]64/
|
|
28
|
-
bld/
|
|
29
|
-
[Bb]in/
|
|
30
|
-
[Oo]bj/
|
|
31
|
-
[Ll]og/
|
|
32
|
-
[Ll]ogs/
|
|
33
|
-
|
|
34
|
-
# Visual Studio 2015/2017 cache/options directory
|
|
35
|
-
.vs/
|
|
36
|
-
# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
37
|
-
#wwwroot/
|
|
38
|
-
|
|
39
|
-
# Visual Studio 2017 auto generated files
|
|
40
|
-
Generated\ Files/
|
|
41
|
-
|
|
42
|
-
# MSTest test Results
|
|
43
|
-
[Tt]est[Rr]esult*/
|
|
44
|
-
[Bb]uild[Ll]og.*
|
|
45
|
-
|
|
46
|
-
# NUnit
|
|
47
|
-
*.VisualState.xml
|
|
48
|
-
TestResult.xml
|
|
49
|
-
nunit-*.xml
|
|
50
|
-
|
|
51
|
-
# Build Results of an ATL Project
|
|
52
|
-
[Dd]ebugPS/
|
|
53
|
-
[Rr]eleasePS/
|
|
54
|
-
dlldata.c
|
|
55
|
-
|
|
56
|
-
# Benchmark Results
|
|
57
|
-
BenchmarkDotNet.Artifacts/
|
|
58
|
-
|
|
59
|
-
# .NET Core
|
|
60
|
-
project.lock.json
|
|
61
|
-
project.fragment.lock.json
|
|
62
|
-
artifacts/
|
|
63
|
-
|
|
64
|
-
# StyleCop
|
|
65
|
-
StyleCopReport.xml
|
|
66
|
-
|
|
67
|
-
# Files built by Visual Studio
|
|
68
|
-
*_i.c
|
|
69
|
-
*_p.c
|
|
70
|
-
*_h.h
|
|
71
|
-
*.ilk
|
|
72
|
-
*.meta
|
|
73
|
-
*.obj
|
|
74
|
-
*.iobj
|
|
75
|
-
*.pch
|
|
76
|
-
*.pdb
|
|
77
|
-
*.ipdb
|
|
78
|
-
*.pgc
|
|
79
|
-
*.pgd
|
|
80
|
-
*.rsp
|
|
81
|
-
*.sbr
|
|
82
|
-
*.tlb
|
|
83
|
-
*.tli
|
|
84
|
-
*.tlh
|
|
85
|
-
*.tmp
|
|
86
|
-
*.tmp_proj
|
|
87
|
-
*_wpftmp.csproj
|
|
88
|
-
*.log
|
|
89
|
-
*.vspscc
|
|
90
|
-
*.vssscc
|
|
91
|
-
.builds
|
|
92
|
-
*.pidb
|
|
93
|
-
*.svclog
|
|
94
|
-
*.scc
|
|
95
|
-
|
|
96
|
-
# Chutzpah Test files
|
|
97
|
-
_Chutzpah*
|
|
98
|
-
|
|
99
|
-
# Visual C++ cache files
|
|
100
|
-
ipch/
|
|
101
|
-
*.aps
|
|
102
|
-
*.ncb
|
|
103
|
-
*.opendb
|
|
104
|
-
*.opensdf
|
|
105
|
-
*.sdf
|
|
106
|
-
*.cachefile
|
|
107
|
-
*.VC.db
|
|
108
|
-
*.VC.VC.opendb
|
|
109
|
-
|
|
110
|
-
# Visual Studio profiler
|
|
111
|
-
*.psess
|
|
112
|
-
*.vsp
|
|
113
|
-
*.vspx
|
|
114
|
-
*.sap
|
|
115
|
-
|
|
116
|
-
# Visual Studio Trace Files
|
|
117
|
-
*.e2e
|
|
118
|
-
|
|
119
|
-
# TFS 2012 Local Workspace
|
|
120
|
-
$tf/
|
|
121
|
-
|
|
122
|
-
# Guidance Automation Toolkit
|
|
123
|
-
*.gpState
|
|
124
|
-
|
|
125
|
-
# ReSharper is a .NET coding add-in
|
|
126
|
-
_ReSharper*/
|
|
127
|
-
*.[Rr]e[Ss]harper
|
|
128
|
-
*.DotSettings.user
|
|
129
|
-
|
|
130
|
-
# TeamCity is a build add-in
|
|
131
|
-
_TeamCity*
|
|
132
|
-
|
|
133
|
-
# DotCover is a Code Coverage Tool
|
|
134
|
-
*.dotCover
|
|
135
|
-
|
|
136
|
-
# AxoCover is a Code Coverage Tool
|
|
137
|
-
.axoCover/*
|
|
138
|
-
!.axoCover/settings.json
|
|
139
|
-
|
|
140
|
-
# Coverlet is a free, cross platform Code Coverage Tool
|
|
141
|
-
coverage*[.json, .xml, .info]
|
|
142
|
-
|
|
143
|
-
# Visual Studio code coverage results
|
|
144
|
-
*.coverage
|
|
145
|
-
*.coveragexml
|
|
146
|
-
|
|
147
|
-
# NCrunch
|
|
148
|
-
_NCrunch_*
|
|
149
|
-
.*crunch*.local.xml
|
|
150
|
-
nCrunchTemp_*
|
|
151
|
-
|
|
152
|
-
# MightyMoose
|
|
153
|
-
*.mm.*
|
|
154
|
-
AutoTest.Net/
|
|
155
|
-
|
|
156
|
-
# Web workbench (sass)
|
|
157
|
-
.sass-cache/
|
|
158
|
-
|
|
159
|
-
# Installshield output folder
|
|
160
|
-
[Ee]xpress/
|
|
161
|
-
|
|
162
|
-
# DocProject is a documentation generator add-in
|
|
163
|
-
DocProject/buildhelp/
|
|
164
|
-
DocProject/Help/*.HxT
|
|
165
|
-
DocProject/Help/*.HxC
|
|
166
|
-
DocProject/Help/*.hhc
|
|
167
|
-
DocProject/Help/*.hhk
|
|
168
|
-
DocProject/Help/*.hhp
|
|
169
|
-
DocProject/Help/Html2
|
|
170
|
-
DocProject/Help/html
|
|
171
|
-
|
|
172
|
-
# Click-Once directory
|
|
173
|
-
publish/
|
|
174
|
-
|
|
175
|
-
# Publish Web Output
|
|
176
|
-
*.[Pp]ublish.xml
|
|
177
|
-
*.azurePubxml
|
|
178
|
-
# Note: Comment the next line if you want to checkin your web deploy settings,
|
|
179
|
-
# but database connection strings (with potential passwords) will be unencrypted
|
|
180
|
-
*.pubxml
|
|
181
|
-
*.publishproj
|
|
182
|
-
|
|
183
|
-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
|
184
|
-
# checkin your Azure Web App publish settings, but sensitive information contained
|
|
185
|
-
# in these scripts will be unencrypted
|
|
186
|
-
PublishScripts/
|
|
187
|
-
|
|
188
|
-
# NuGet Packages
|
|
189
|
-
*.nupkg
|
|
190
|
-
# NuGet Symbol Packages
|
|
191
|
-
*.snupkg
|
|
192
|
-
# The packages folder can be ignored because of Package Restore
|
|
193
|
-
**/[Pp]ackages/*
|
|
194
|
-
# except build/, which is used as an MSBuild target.
|
|
195
|
-
!**/[Pp]ackages/build/
|
|
196
|
-
# Uncomment if necessary however generally it will be regenerated when needed
|
|
197
|
-
#!**/[Pp]ackages/repositories.config
|
|
198
|
-
# NuGet v3's project.json files produces more ignorable files
|
|
199
|
-
*.nuget.props
|
|
200
|
-
*.nuget.targets
|
|
201
|
-
|
|
202
|
-
# Microsoft Azure Build Output
|
|
203
|
-
csx/
|
|
204
|
-
*.build.csdef
|
|
205
|
-
|
|
206
|
-
# Microsoft Azure Emulator
|
|
207
|
-
ecf/
|
|
208
|
-
rcf/
|
|
209
|
-
|
|
210
|
-
# Windows Store app package directories and files
|
|
211
|
-
AppPackages/
|
|
212
|
-
BundleArtifacts/
|
|
213
|
-
Package.StoreAssociation.xml
|
|
214
|
-
_pkginfo.txt
|
|
215
|
-
*.appx
|
|
216
|
-
*.appxbundle
|
|
217
|
-
*.appxupload
|
|
218
|
-
|
|
219
|
-
# Visual Studio cache files
|
|
220
|
-
# files ending in .cache can be ignored
|
|
221
|
-
*.[Cc]ache
|
|
222
|
-
# but keep track of directories ending in .cache
|
|
223
|
-
!?*.[Cc]ache/
|
|
224
|
-
|
|
225
|
-
# Others
|
|
226
|
-
ClientBin/
|
|
227
|
-
~$*
|
|
228
|
-
*~
|
|
229
|
-
*.dbmdl
|
|
230
|
-
*.dbproj.schemaview
|
|
231
|
-
*.jfm
|
|
232
|
-
*.pfx
|
|
233
|
-
*.publishsettings
|
|
234
|
-
orleans.codegen.cs
|
|
235
|
-
|
|
236
|
-
# Including strong name files can present a security risk
|
|
237
|
-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
|
238
|
-
#*.snk
|
|
239
|
-
|
|
240
|
-
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
241
|
-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
242
|
-
#bower_components/
|
|
243
|
-
|
|
244
|
-
# RIA/Silverlight projects
|
|
245
|
-
Generated_Code/
|
|
246
|
-
|
|
247
|
-
# Backup & report files from converting an old project file
|
|
248
|
-
# to a newer Visual Studio version. Backup files are not needed,
|
|
249
|
-
# because we have git ;-)
|
|
250
|
-
_UpgradeReport_Files/
|
|
251
|
-
Backup*/
|
|
252
|
-
UpgradeLog*.XML
|
|
253
|
-
UpgradeLog*.htm
|
|
254
|
-
ServiceFabricBackup/
|
|
255
|
-
*.rptproj.bak
|
|
256
|
-
|
|
257
|
-
# SQL Server files
|
|
258
|
-
*.mdf
|
|
259
|
-
*.ldf
|
|
260
|
-
*.ndf
|
|
261
|
-
|
|
262
|
-
# Business Intelligence projects
|
|
263
|
-
*.rdl.data
|
|
264
|
-
*.bim.layout
|
|
265
|
-
*.bim_*.settings
|
|
266
|
-
*.rptproj.rsuser
|
|
267
|
-
*- [Bb]ackup.rdl
|
|
268
|
-
*- [Bb]ackup ([0-9]).rdl
|
|
269
|
-
*- [Bb]ackup ([0-9][0-9]).rdl
|
|
270
|
-
|
|
271
|
-
# Microsoft Fakes
|
|
272
|
-
FakesAssemblies/
|
|
273
|
-
|
|
274
|
-
# GhostDoc plugin setting file
|
|
275
|
-
*.GhostDoc.xml
|
|
276
|
-
|
|
277
|
-
# Node.js Tools for Visual Studio
|
|
278
|
-
.ntvs_analysis.dat
|
|
279
|
-
node_modules/
|
|
280
|
-
|
|
281
|
-
# Visual Studio 6 build log
|
|
282
|
-
*.plg
|
|
283
|
-
|
|
284
|
-
# Visual Studio 6 workspace options file
|
|
285
|
-
*.opt
|
|
286
|
-
|
|
287
|
-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
288
|
-
*.vbw
|
|
289
|
-
|
|
290
|
-
# Visual Studio LightSwitch build output
|
|
291
|
-
**/*.HTMLClient/GeneratedArtifacts
|
|
292
|
-
**/*.DesktopClient/GeneratedArtifacts
|
|
293
|
-
**/*.DesktopClient/ModelManifest.xml
|
|
294
|
-
**/*.Server/GeneratedArtifacts
|
|
295
|
-
**/*.Server/ModelManifest.xml
|
|
296
|
-
_Pvt_Extensions
|
|
297
|
-
|
|
298
|
-
# Paket dependency manager
|
|
299
|
-
.paket/paket.exe
|
|
300
|
-
paket-files/
|
|
301
|
-
|
|
302
|
-
# FAKE - F# Make
|
|
303
|
-
.fake/
|
|
304
|
-
|
|
305
|
-
# CodeRush personal settings
|
|
306
|
-
.cr/personal
|
|
307
|
-
|
|
308
|
-
# Python Tools for Visual Studio (PTVS)
|
|
309
|
-
__pycache__/
|
|
310
|
-
*.pyc
|
|
311
|
-
|
|
312
|
-
# Cake - Uncomment if you are using it
|
|
313
|
-
# tools/**
|
|
314
|
-
# !tools/packages.config
|
|
315
|
-
|
|
316
|
-
# Tabs Studio
|
|
317
|
-
*.tss
|
|
318
|
-
|
|
319
|
-
# Telerik's JustMock configuration file
|
|
320
|
-
*.jmconfig
|
|
321
|
-
|
|
322
|
-
# BizTalk build output
|
|
323
|
-
*.btp.cs
|
|
324
|
-
*.btm.cs
|
|
325
|
-
*.odx.cs
|
|
326
|
-
*.xsd.cs
|
|
327
|
-
|
|
328
|
-
# OpenCover UI analysis results
|
|
329
|
-
OpenCover/
|
|
330
|
-
|
|
331
|
-
# Azure Stream Analytics local run output
|
|
332
|
-
ASALocalRun/
|
|
333
|
-
|
|
334
|
-
# MSBuild Binary and Structured Log
|
|
335
|
-
*.binlog
|
|
336
|
-
|
|
337
|
-
# NVidia Nsight GPU debugger configuration file
|
|
338
|
-
*.nvuser
|
|
339
|
-
|
|
340
|
-
# MFractors (Xamarin productivity tool) working folder
|
|
341
|
-
.mfractor/
|
|
342
|
-
|
|
343
|
-
# Local History for Visual Studio
|
|
344
|
-
.localhistory/
|
|
345
|
-
|
|
346
|
-
# BeatPulse healthcheck temp database
|
|
347
|
-
healthchecksdb
|
|
348
|
-
|
|
349
|
-
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
|
350
|
-
MigrationBackup/
|
|
351
|
-
|
|
352
|
-
# Ionide (cross platform F# VS Code tools) working folder
|
|
353
|
-
.ionide/
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
|
|
4
|
-
<!-- Flags can be added here to effect the compilation of Microsoft.ReactNative -->
|
|
5
|
-
<PropertyGroup Label="Microsoft.ReactNative Build Flags">
|
|
6
|
-
<UseWinUI3>false</UseWinUI3>
|
|
7
|
-
<UseHermes>false</UseHermes>
|
|
8
|
-
<WinUI2xVersion>2.8.0-prerelease.210927001</WinUI2xVersion>
|
|
9
|
-
<WebView2Version>1.0.1020.30</WebView2Version>
|
|
10
|
-
</PropertyGroup>
|
|
11
|
-
|
|
12
|
-
</Project>
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
|
|
4
|
-
#include "pch.h"
|
|
5
|
-
#if RNW_VERSION_AT_LEAST(0,68,0)
|
|
6
|
-
#include "JSValueXaml.h"
|
|
7
|
-
#include "ReactWebView2.h"
|
|
8
|
-
#include "ReactWebView2.g.cpp"
|
|
9
|
-
#include <winrt/Windows.Foundation.Metadata.h>
|
|
10
|
-
#include <optional>
|
|
11
|
-
|
|
12
|
-
namespace winrt {
|
|
13
|
-
using namespace Microsoft::ReactNative;
|
|
14
|
-
using namespace Windows::Foundation;
|
|
15
|
-
using namespace Windows::UI;
|
|
16
|
-
using namespace Windows::UI::Xaml;
|
|
17
|
-
using namespace Windows::UI::Xaml::Controls;
|
|
18
|
-
using namespace Microsoft::UI::Xaml::Controls;
|
|
19
|
-
using namespace Microsoft::Web::WebView2::Core;
|
|
20
|
-
} // namespace winrt
|
|
21
|
-
|
|
22
|
-
namespace winrt::ReactNativeWebView::implementation {
|
|
23
|
-
|
|
24
|
-
ReactWebView2::ReactWebView2(winrt::IReactContext const& reactContext) : m_reactContext(reactContext) {
|
|
25
|
-
m_webView = winrt::WebView2();
|
|
26
|
-
this->Content(m_webView);
|
|
27
|
-
RegisterEvents();
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
ReactWebView2::~ReactWebView2(){}
|
|
31
|
-
|
|
32
|
-
void ReactWebView2::RegisterEvents() {
|
|
33
|
-
m_navigationStartingRevoker = m_webView.NavigationStarting(
|
|
34
|
-
winrt::auto_revoke, [ref = get_weak()](auto const& sender, auto const& args) {
|
|
35
|
-
if (auto self = ref.get()) {
|
|
36
|
-
self->OnNavigationStarting(sender, args);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
m_navigationCompletedRevoker = m_webView.NavigationCompleted(
|
|
42
|
-
winrt::auto_revoke, [ref = get_weak()](auto const& sender, auto const& args) {
|
|
43
|
-
if (auto self = ref.get()) {
|
|
44
|
-
self->OnNavigationCompleted(sender, args);
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
m_CoreWebView2InitializedRevoker = m_webView.CoreWebView2Initialized(
|
|
49
|
-
winrt::auto_revoke, [ref = get_weak()](auto const& sender, auto const& args){
|
|
50
|
-
if (auto self = ref.get()) {
|
|
51
|
-
self->OnCoreWebView2Initialized(sender, args);
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
bool ReactWebView2::Is17763OrHigher() {
|
|
57
|
-
static std::optional<bool> hasUniversalAPIContract_v7;
|
|
58
|
-
|
|
59
|
-
if (!hasUniversalAPIContract_v7.has_value()) {
|
|
60
|
-
hasUniversalAPIContract_v7 = winrt::Windows::Foundation::Metadata::ApiInformation::IsApiContractPresent(L"Windows.Foundation.UniversalApiContract", 7);
|
|
61
|
-
}
|
|
62
|
-
return hasUniversalAPIContract_v7.value();
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
void ReactWebView2::WriteWebViewNavigationEventArg(winrt::WebView2 const& sender, winrt::IJSValueWriter const& eventDataWriter) {
|
|
66
|
-
auto tag = this->GetValue(winrt::FrameworkElement::TagProperty()).as<winrt::IPropertyValue>().GetInt64();
|
|
67
|
-
WriteProperty(eventDataWriter, L"canGoBack", sender.CanGoBack());
|
|
68
|
-
WriteProperty(eventDataWriter, L"canGoForward", sender.CanGoForward());
|
|
69
|
-
if (Is17763OrHigher()) {
|
|
70
|
-
WriteProperty(eventDataWriter, L"loading", !sender.IsLoaded());
|
|
71
|
-
}
|
|
72
|
-
WriteProperty(eventDataWriter, L"target", tag);
|
|
73
|
-
if (auto uri = sender.Source()) {
|
|
74
|
-
WriteProperty(eventDataWriter, L"url", uri.AbsoluteCanonicalUri());
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
void ReactWebView2::OnNavigationStarting(winrt::WebView2 const& webView, winrt::CoreWebView2NavigationStartingEventArgs const& args) {
|
|
79
|
-
m_reactContext.DispatchEvent(
|
|
80
|
-
*this,
|
|
81
|
-
L"topLoadingStart",
|
|
82
|
-
[&](winrt::IJSValueWriter const& eventDataWriter) noexcept {
|
|
83
|
-
eventDataWriter.WriteObjectBegin();
|
|
84
|
-
WriteWebViewNavigationEventArg(webView, eventDataWriter);
|
|
85
|
-
eventDataWriter.WriteObjectEnd();
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
void ReactWebView2::OnNavigationCompleted(winrt::WebView2 const& webView, winrt::CoreWebView2NavigationCompletedEventArgs const& args) {
|
|
90
|
-
m_reactContext.DispatchEvent(
|
|
91
|
-
*this,
|
|
92
|
-
L"topLoadingFinish",
|
|
93
|
-
[&](winrt::IJSValueWriter const& eventDataWriter) noexcept {
|
|
94
|
-
eventDataWriter.WriteObjectBegin();
|
|
95
|
-
WriteWebViewNavigationEventArg(webView, eventDataWriter);
|
|
96
|
-
eventDataWriter.WriteObjectEnd();
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
void ReactWebView2::OnCoreWebView2Initialized(winrt::Microsoft::UI::Xaml::Controls::WebView2 const& sender, winrt::Microsoft::UI::Xaml::Controls::CoreWebView2InitializedEventArgs const& args) {
|
|
101
|
-
assert(sender.CoreWebView2());
|
|
102
|
-
if (m_navigateToHtml != L"") {
|
|
103
|
-
m_webView.NavigateToString(m_navigateToHtml);
|
|
104
|
-
m_navigateToHtml = L"";
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
void ReactWebView2::NavigateToHtml(winrt::hstring html) {
|
|
109
|
-
if (m_webView.CoreWebView2()) {
|
|
110
|
-
m_webView.NavigateToString(html);
|
|
111
|
-
}
|
|
112
|
-
else {
|
|
113
|
-
m_webView.EnsureCoreWebView2Async();
|
|
114
|
-
m_navigateToHtml = html;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
} // namespace winrt::ReactNativeWebView::implementation
|
|
119
|
-
#endif
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
#if RNW_VERSION_AT_LEAST(0,68,0)
|
|
4
|
-
#pragma once
|
|
5
|
-
|
|
6
|
-
#include "winrt/Microsoft.ReactNative.h"
|
|
7
|
-
#include "NativeModules.h"
|
|
8
|
-
#include "ReactWebView2.g.h"
|
|
9
|
-
|
|
10
|
-
#include "winrt/ReactNativeWebView.h"
|
|
11
|
-
|
|
12
|
-
using namespace winrt::ReactNativeWebView;
|
|
13
|
-
|
|
14
|
-
namespace winrt::ReactNativeWebView::implementation {
|
|
15
|
-
|
|
16
|
-
class ReactWebView2 : public ReactWebView2T<ReactWebView2> {
|
|
17
|
-
public:
|
|
18
|
-
ReactWebView2(Microsoft::ReactNative::IReactContext const& reactContext);
|
|
19
|
-
void NavigateToHtml(winrt::hstring html);
|
|
20
|
-
~ReactWebView2();
|
|
21
|
-
|
|
22
|
-
private:
|
|
23
|
-
winrt::hstring m_navigateToHtml = L"";
|
|
24
|
-
|
|
25
|
-
winrt::Microsoft::UI::Xaml::Controls::WebView2 m_webView{ nullptr };
|
|
26
|
-
Microsoft::ReactNative::IReactContext m_reactContext{ nullptr };
|
|
27
|
-
winrt::event_token m_messageToken;
|
|
28
|
-
winrt::Microsoft::UI::Xaml::Controls::WebView2::NavigationStarting_revoker m_navigationStartingRevoker{};
|
|
29
|
-
winrt::Microsoft::UI::Xaml::Controls::WebView2::NavigationCompleted_revoker m_navigationCompletedRevoker{};
|
|
30
|
-
winrt::Microsoft::UI::Xaml::Controls::WebView2::CoreWebView2Initialized_revoker m_CoreWebView2InitializedRevoker{};
|
|
31
|
-
void RegisterEvents();
|
|
32
|
-
void WriteWebViewNavigationEventArg(winrt::Microsoft::UI::Xaml::Controls::WebView2 const& sender, winrt::Microsoft::ReactNative::IJSValueWriter const& eventDataWriter);
|
|
33
|
-
void OnNavigationStarting(winrt::Microsoft::UI::Xaml::Controls::WebView2 const& sender, winrt::Microsoft::Web::WebView2::Core::CoreWebView2NavigationStartingEventArgs const& args);
|
|
34
|
-
void OnNavigationCompleted(winrt::Microsoft::UI::Xaml::Controls::WebView2 const& sender, winrt::Microsoft::Web::WebView2::Core::CoreWebView2NavigationCompletedEventArgs const& args);
|
|
35
|
-
void OnCoreWebView2Initialized(winrt::Microsoft::UI::Xaml::Controls::WebView2 const& sender, winrt::Microsoft::UI::Xaml::Controls::CoreWebView2InitializedEventArgs const& args);
|
|
36
|
-
bool Is17763OrHigher();
|
|
37
|
-
};
|
|
38
|
-
} // namespace winrt::ReactNativeWebView2::implementation
|
|
39
|
-
|
|
40
|
-
namespace winrt::ReactNativeWebView::factory_implementation {
|
|
41
|
-
struct ReactWebView2 : ReactWebView2T<ReactWebView2, implementation::ReactWebView2> {};
|
|
42
|
-
} // namespace winrt::ReactNativeWebView2::factory_implementation
|
|
43
|
-
#endif
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
#include "pch.h"
|
|
2
|
-
#if RNW_VERSION_AT_LEAST(0,68,0)
|
|
3
|
-
#include "ReactWebView2Manager.h"
|
|
4
|
-
#include "NativeModules.h"
|
|
5
|
-
#include "ReactWebView2.h"
|
|
6
|
-
#include "JSValueXaml.h"
|
|
7
|
-
|
|
8
|
-
namespace winrt {
|
|
9
|
-
using namespace Microsoft::ReactNative;
|
|
10
|
-
using namespace Windows::Foundation;
|
|
11
|
-
using namespace Windows::Foundation::Collections;
|
|
12
|
-
using namespace Windows::UI;
|
|
13
|
-
using namespace Windows::UI::Xaml;
|
|
14
|
-
using namespace Windows::UI::Xaml::Controls;
|
|
15
|
-
using namespace Microsoft::UI::Xaml::Controls;
|
|
16
|
-
using namespace Windows::Web::Http;
|
|
17
|
-
using namespace Windows::Web::Http::Headers;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
namespace winrt::ReactNativeWebView::implementation {
|
|
21
|
-
|
|
22
|
-
ReactWebView2Manager::ReactWebView2Manager() {}
|
|
23
|
-
|
|
24
|
-
// IViewManager
|
|
25
|
-
winrt::hstring ReactWebView2Manager::Name() noexcept {
|
|
26
|
-
return L"RCTWebView2";
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
winrt::FrameworkElement ReactWebView2Manager::CreateView() noexcept {
|
|
30
|
-
auto view = winrt::ReactNativeWebView::ReactWebView2(m_reactContext);
|
|
31
|
-
return view;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
// IViewManagerWithReactContext
|
|
35
|
-
winrt::IReactContext ReactWebView2Manager::ReactContext() noexcept {
|
|
36
|
-
return m_reactContext;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
void ReactWebView2Manager::ReactContext(IReactContext reactContext) noexcept {
|
|
40
|
-
m_reactContext = reactContext;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// IViewManagerWithNativeProperties
|
|
44
|
-
IMapView<hstring, ViewManagerPropertyType> ReactWebView2Manager::NativeProps() noexcept {
|
|
45
|
-
auto nativeProps = winrt::single_threaded_map<hstring, ViewManagerPropertyType>();
|
|
46
|
-
nativeProps.Insert(L"source", ViewManagerPropertyType::Map);
|
|
47
|
-
return nativeProps.GetView();
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
void ReactWebView2Manager::UpdateProperties(
|
|
51
|
-
FrameworkElement const& view,
|
|
52
|
-
IJSValueReader const& propertyMapReader) noexcept {
|
|
53
|
-
auto control = view.as<winrt::ContentPresenter>();
|
|
54
|
-
auto content = control.Content();
|
|
55
|
-
auto webView = content.as<winrt::WebView2>();
|
|
56
|
-
const JSValueObject& propertyMap = JSValueObject::ReadFrom(propertyMapReader);
|
|
57
|
-
|
|
58
|
-
for (auto const& pair : propertyMap) {
|
|
59
|
-
auto const& propertyName = pair.first;
|
|
60
|
-
auto const& propertyValue = pair.second;
|
|
61
|
-
if (propertyValue.IsNull()) continue;
|
|
62
|
-
|
|
63
|
-
if (propertyName == "source") {
|
|
64
|
-
auto const& srcMap = propertyValue.AsObject();
|
|
65
|
-
std::string file = "file://";
|
|
66
|
-
if (srcMap.find("uri") != srcMap.end()) {
|
|
67
|
-
auto uriString = srcMap.at("uri").AsString();
|
|
68
|
-
if (uriString.length() == 0) {
|
|
69
|
-
continue;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
bool isPackagerAsset = false;
|
|
73
|
-
if (srcMap.find("__packager_asset") != srcMap.end()) {
|
|
74
|
-
isPackagerAsset = srcMap.at("__packager_asset").AsBoolean();
|
|
75
|
-
}
|
|
76
|
-
if (isPackagerAsset && uriString.find(file) == 0) {
|
|
77
|
-
auto bundleRootPath = winrt::to_string(ReactNativeHost().InstanceSettings().BundleRootPath());
|
|
78
|
-
uriString.replace(0, std::size(file), bundleRootPath.empty() ? "ms-appx-web:///Bundle/" : bundleRootPath);
|
|
79
|
-
}
|
|
80
|
-
webView.Source(winrt::Uri(to_hstring(uriString)));
|
|
81
|
-
}
|
|
82
|
-
else if (srcMap.find("html") != srcMap.end()) {
|
|
83
|
-
auto htmlString = srcMap.at("html").AsString();
|
|
84
|
-
auto reactWebView2 = view.as<winrt::ReactNativeWebView::ReactWebView2>();
|
|
85
|
-
reactWebView2.NavigateToHtml(to_hstring(htmlString));
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// IViewManagerWithExportedEventTypeConstants
|
|
92
|
-
ConstantProviderDelegate ReactWebView2Manager::ExportedCustomBubblingEventTypeConstants() noexcept {
|
|
93
|
-
return nullptr;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
ConstantProviderDelegate ReactWebView2Manager::ExportedCustomDirectEventTypeConstants() noexcept {
|
|
97
|
-
return [](winrt::IJSValueWriter const& constantWriter) {
|
|
98
|
-
WriteCustomDirectEventTypeConstant(constantWriter, "LoadingStart");
|
|
99
|
-
WriteCustomDirectEventTypeConstant(constantWriter, "LoadingFinish");
|
|
100
|
-
WriteCustomDirectEventTypeConstant(constantWriter, "LoadingError");
|
|
101
|
-
WriteCustomDirectEventTypeConstant(constantWriter, "Message");
|
|
102
|
-
};
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
// IViewManagerWithCommands
|
|
106
|
-
IVectorView<hstring> ReactWebView2Manager::Commands() noexcept {
|
|
107
|
-
auto commands = winrt::single_threaded_vector<hstring>();
|
|
108
|
-
commands.Append(L"goForward");
|
|
109
|
-
commands.Append(L"goBack");
|
|
110
|
-
commands.Append(L"reload");
|
|
111
|
-
commands.Append(L"stopLoading");
|
|
112
|
-
commands.Append(L"injectJavaScript");
|
|
113
|
-
return commands.GetView();
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
void ReactWebView2Manager::DispatchCommand(
|
|
117
|
-
FrameworkElement const& view,
|
|
118
|
-
winrt::hstring const& commandId,
|
|
119
|
-
winrt::IJSValueReader const& commandArgsReader) noexcept {
|
|
120
|
-
auto control = view.as<winrt::ContentPresenter>();
|
|
121
|
-
auto content = control.Content();
|
|
122
|
-
auto webView = content.as<winrt::WebView>();
|
|
123
|
-
auto commandArgs = JSValue::ReadArrayFrom(commandArgsReader);
|
|
124
|
-
|
|
125
|
-
if (commandId == L"goForward") {
|
|
126
|
-
if (webView.CanGoForward()) {
|
|
127
|
-
webView.GoForward();
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
else if (commandId == L"goBack") {
|
|
131
|
-
if (webView.CanGoBack()) {
|
|
132
|
-
webView.GoBack();
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
else if (commandId == L"reload") {
|
|
136
|
-
webView.Refresh();
|
|
137
|
-
}
|
|
138
|
-
else if (commandId == L"stopLoading") {
|
|
139
|
-
webView.Stop();
|
|
140
|
-
}
|
|
141
|
-
else if (commandId == L"injectJavaScript") {
|
|
142
|
-
webView.InvokeScriptAsync(L"eval", { winrt::to_hstring(commandArgs[0].AsString()) });
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
} // namespace winrt::ReactNativeWebView::implementation
|
|
147
|
-
#endif
|