Tero Paananen
							
						 
						
							
								abb321e263
								
							 
						 
						
							"Microsoft.Windows.CppWinRT" version="2.0.200729.8" 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								a08df15ac8
								
							 
						 
						
							Bribge works 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								c5157df10e
								
							 
						 
						
							Base for web allowed object implemented c++/winrt 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								564ff1b330
								
							 
						 
						
							Bridge reference added 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								3047b6f03f
								
							 
						 
						
							Debug log removed 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								9c8a1e46e1
								
							 
						 
						
							script.notify() usage removed 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								75a2bebbe4
								
							 
						 
						
							PostMessage api uses string message 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								7d65185294
								
							 
						 
						
							Free event delegate 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								55274858f2
								
							 
						 
						
							Use bridge if messagingEnabled 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								c1f6adebf2
								
							 
						 
						
							Store bridge as instance variable 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								dc39e2f5c8
								
							 
						 
						
							Message posting 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								24ff7982f1
								
							 
						 
						
							WebViewBridge 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								82fc0fd3d3
								
							 
						 
						
							Add messagingEnabled prop 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								562ff097c8
								
							 
						 
						
							Example app tested 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								2e09b078a4
								
							 
						 
						
							Destructor not needed 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								83df3fa77c
								
							 
						 
						
							WebView in content of UserControl 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Tero Paananen
							
						 
						
							
								6f60262d21
								
							 
						 
						
							Manage to build webview using Visual Studio 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Daniel Vicory
							
						 
						
							
								4d4b5e2387
								
									
										
											 
										
									
								
							 
						 
						
							Synchronously decide if Android WebView should load a URL or not. (#1590 ) 
							
							 
							
This solves a class of issues when the WebView loses "context"
that a subsequent page load is the same as what was attempted
to be loaded previously. This solves a bug where a HTTP redirect
in combination with history manipulations causes a user to be
stuck and prevented from going back. Since WebView requests are
allowed to happen normally, debugging the WebView and tracking
redirects and page load initiators is more accurate and easier.
This will also bypass bridge latency and provide a faster navigation.
To do this, we must lock in the shouldOverrideUrlLoading callback
and send an event to JS. Currently, this callback is ran on
the main UI thread, of which we have no control over. This is
problematic as using the bridge in most ways seems to require
the main UI thread, which will cause a deadlock. However, using
BatchedBridge for Java->JS and a synchronous method for JS->Java
doesn't cause any problems. Additionally, it's been designed so
that if WebView suddenly runs the callback on a different thread
allowing for concurrency, it will continue to work. 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								3a6d966e50
								
							 
						 
						
							chore(release): 10.8.2 [skip ci] 
							
							 
							
## [10.8.2](https://github.com/react-native-community/react-native-webview/compare/v10.8.1...v10.8.2 ) (2020-08-25)
### Bug Fixes
* **deps:** Update package.json ([#1583 ](https://github.com/react-native-community/react-native-webview/issues/1583 )) ([8dd9969 ](8dd9969288/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Jason Safaiyeh
							
						 
						
							
								8dd9969288
								
									
										
											 
										
									
								
							 
						 
						
							fix(deps): Update package.json (#1583 ) 
							
							 
							
* Update package.json
* Remove react version from peerDependencies
* Update package.json
Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								c2395bfec2
								
							 
						 
						
							chore(release): 10.8.1 [skip ci] 
							
							 
							
## [10.8.1](https://github.com/react-native-community/react-native-webview/compare/v10.8.0...v10.8.1 ) (2020-08-25)
### Bug Fixes
* **iOS:** changed the way the top view controller is obtained. ([#1592 ](https://github.com/react-native-community/react-native-webview/issues/1592 )) ([2cb2113 ](2cb2113c29/)) 
* **ts:** Convert ContentInsetAdjustmentBehavior from an enum back to a string union type ([#1536 ](https://github.com/react-native-community/react-native-webview/issues/1536 )) ([a48c981 ](a48c9819c5/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Caleb Clarke
							
						 
						
							
								a48c9819c5
								
									
										
											 
										
									
								
							 
						 
						
							fix(ts): Convert ContentInsetAdjustmentBehavior from an enum back to a string union type (#1536 ) 
							
							 
							
ContentInsetAdjustmentBehavior was originally added as a string union type. The change to support MacOS replaced it with an enum, which was a bit of a breaking change, especially as the enum was not exported from the main library. Exporting the enum would probably also help, but since this was the only enum and the rest of react-native-webview uses string unions instead, it seems best to revert it to a string union.
Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   cristianoccazinsp
							
						 
						
							
								2cb2113c29
								
									
										
											 
										
									
								
							 
						 
						
							fix(iOS): changed the way the top view controller is obtained. (#1592 ) 
							
							 
							
Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Leonardo Russo
							
						 
						
							
								db529e265f
								
									
										
											 
										
									
								
							 
						 
						
							Updated Guide.md for using injectedJavaScript (#1578 ) 
							
							 
							
https://github.com/react-native-community/react-native-webview/issues/1554  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								6598325940
								
							 
						 
						
							chore(release): 10.8.0 [skip ci] 
							
							 
							
# [10.8.0](https://github.com/react-native-community/react-native-webview/compare/v10.7.0...v10.8.0 ) (2020-08-24)
### Features
* **android:** Add androidLayerType as prop ([#1588 ](https://github.com/react-native-community/react-native-webview/issues/1588 )) ([9ffca8f ](9ffca8f9db/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   oliviacaraiman
							
						 
						
							
								9ffca8f9db
								
									
										
											 
										
									
								
							 
						 
						
							feat(android): Add androidLayerType as prop (#1588 ) 
							
							 
							
* Add androidLayerType as a prop
* Deprecate "androidHardwareAccelerationDisabled" prop
* Update reference
Co-authored-by: Olivia Caraiman <olcaraim@microsoft.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								2a95296ddd
								
							 
						 
						
							chore(release): 10.7.0 [skip ci] 
							
							 
							
# [10.7.0](https://github.com/react-native-community/react-native-webview/compare/v10.6.0...v10.7.0 ) (2020-08-17)
### Features
* **iOS:** Add the pull to refresh ([#1265 ](https://github.com/react-native-community/react-native-webview/issues/1265 )) ([a02d88f ](a02d88f54f/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Sergei Butko
							
						 
						
							
								a02d88f54f
								
									
										
											 
										
									
								
							 
						 
						
							feat(iOS): Add the pull to refresh (#1265 ) 
							
							 
							
* Add pull to refresh support for iOS
* Add pull to refresh control removal from WebView
* Add the type and reference description about pull to refresh
* Set bounces to true when enabling pull to refresh, add references
* Add the back to props anchor to pullToRefreshEnabled 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								2451c00f26
								
							 
						 
						
							chore(release): 10.6.0 [skip ci] 
							
							 
							
# [10.6.0](https://github.com/react-native-community/react-native-webview/compare/v10.5.0...v10.6.0 ) (2020-08-15)
### Features
* **events:** Add isTopFrame to shouldStartLoadForRequest ([#1537 ](https://github.com/react-native-community/react-native-webview/issues/1537 )) ([6a9116f ](6a9116f2d1/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Caleb Clarke
							
						 
						
							
								6a9116f2d1
								
									
										
											 
										
									
								
							 
						 
						
							feat(events): Add isTopFrame to shouldStartLoadForRequest (#1537 ) 
							
							 
							
* Add isTopFrame to shouldStartLoadForRequest on iOS
onLoadingStart is not raised for inner frames, but onShouldStartLoadWithRequest still is. This keeps that behavior but adds isTopFrame to onShouldStartLoadWithRequest so that apps can perform their own filtering if desired.
* Update docs
Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Bryan Stearns
							
						 
						
							
								621d2df72e
								
									
										
											 
										
									
								
							 
						 
						
							chore(docs): Add a debugging note (#1517  by @BryanStearns ) 
							
							 
							
[skip ci]
Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								462448900a
								
							 
						 
						
							chore(release): 10.5.0 [skip ci] 
							
							 
							
# [10.5.0](https://github.com/react-native-community/react-native-webview/compare/v10.4.2...v10.5.0 ) (2020-08-15)
### Features
* **ios:** Add iOS contentMode property ([#1538 ](https://github.com/react-native-community/react-native-webview/issues/1538 ) by @TheAlmightyBob ) ([8b69452 ](8b69452643/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Caleb Clarke
							
						 
						
							
								8b69452643
								
									
										
											 
										
									
								
							 
						 
						
							feat(ios): Add iOS contentMode property (#1538  by @TheAlmightyBob ) 
							
							 
							
This allows overriding iPadOS 13's desktop-class browsing to load mobile content instead of desktop content.
Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								22038cc0d3
								
							 
						 
						
							chore(release): 10.4.2 [skip ci] 
							
							 
							
## [10.4.2](https://github.com/react-native-community/react-native-webview/compare/v10.4.1...v10.4.2 ) (2020-08-15)
### Bug Fixes
* **incognito:** Ensures that incognito doesn't clear cookies when not enabled ([#1447 ](https://github.com/react-native-community/react-native-webview/issues/1447 ) by [@jasonkellydk ](https://github.com/jasonkellydk )) ([63c584c ](63c584c647/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Jason Kelly
							
						 
						
							
								63c584c647
								
									
										
											 
										
									
								
							 
						 
						
							fix(incognito): Ensures that incognito doesn't clear cookies when not enabled (#1447  by @jasonkellydk ) 
							
							 
							
Co-authored-by: Jason Kelly <jason.kelly@isobar.com >
Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com >
Co-authored-by: Jason Safaiyeh <safaiyeh@protonmail.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Kai Guo
							
						 
						
							
								7513f198c1
								
									
										
											 
										
									
								
							 
						 
						
							chore(ci): Cleanup windows ci (#1558 ) 
							
							 
							
* Cleanup windows CI
* fix
* Remove nuget setup
* Separate build and deploy
Co-authored-by: Jason Safaiyeh <safaiyeh@protonmail.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								5baacdb45c
								
							 
						 
						
							chore(release): 10.4.1 [skip ci] 
							
							 
							
## [10.4.1](https://github.com/react-native-community/react-native-webview/compare/v10.4.0...v10.4.1 ) (2020-08-13)
### Bug Fixes
* **iOS:** file picker crash ([#1567 ](https://github.com/react-native-community/react-native-webview/issues/1567 )) ([05c1d8f ](05c1d8f264/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   jxm2004
							
						 
						
							
								05c1d8f264
								
									
										
											 
										
									
								
							 
						 
						
							fix(iOS): file picker crash (#1567 ) 
							
							 
							
* fix(iOS): Consider UIImagePickerController or similar controllers that are no longer beingPresented when acquiring the TopViewController; this prevents the crash of throwing an alert on a ViewController which is no longer in the window hierarchy
* fix(iOS): correcting import to src from lib
* fix(iOS): reverting import modification
Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								096002e12f
								
							 
						 
						
							chore(release): 10.4.0 [skip ci] 
							
							 
							
# [10.4.0](https://github.com/react-native-community/react-native-webview/compare/v10.3.3...v10.4.0 ) (2020-08-06)
### Features
* **android:** WebView crash handling ([#1480 ](https://github.com/react-native-community/react-native-webview/issues/1480 )) ([8a8b7ce ](8a8b7ceb98/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   cristianoccazinsp
							
						 
						
							
								8a8b7ceb98
								
									
										
											 
										
									
								
							 
						 
						
							feat(android): WebView crash handling (#1480 ) 
							
							 
							
Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								8081443c53
								
							 
						 
						
							chore(release): 10.3.3 [skip ci] 
							
							 
							
## [10.3.3](https://github.com/react-native-community/react-native-webview/compare/v10.3.2...v10.3.3 ) (2020-07-29)
### Bug Fixes
* **types:** Add missing applicationNameForUserAgent type in WebViewSharedProps ([#1542 ](https://github.com/react-native-community/react-native-webview/issues/1542 )) ([91295e5 ](91295e5258/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Caleb Clarke
							
						 
						
							
								91295e5258
								
									
										
											 
										
									
								
							 
						 
						
							fix(types): Add missing applicationNameForUserAgent type in WebViewSharedProps (#1542 ) 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Dragoș Străinu
							
						 
						
							
								97aaf89037
								
									
										
											 
										
									
								
							 
						 
						
							docs(reference): add links to top with jump2header (#1528  by @strdr4605 ) 
							
							 
							
[skip ci] 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								6f6e572efa
								
							 
						 
						
							chore(release): 10.3.2 [skip ci] 
							
							 
							
## [10.3.2](https://github.com/react-native-community/react-native-webview/compare/v10.3.1...v10.3.2 ) (2020-06-26)
### Bug Fixes
* **android sdk 28:** build issue ([#1469 ](https://github.com/react-native-community/react-native-webview/issues/1469 )) ([5f823bb ](5f823bb77b/))  
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Rinku Kumari
							
						 
						
							
								5f823bb77b
								
									
										
											 
										
									
								
							 
						 
						
							fix(android sdk 28): build issue (#1469 ) 
							
							 
							
Co-authored-by: Rinku Kumari <rinku@ideaboard.xyz > 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   trcoffman
							
						 
						
							
								b0ac0c15be
								
									
										
											 
										
									
								
							 
						 
						
							chore(windows): Add a .gitattributes to fix line endings across myriad files. (#1431  by @trcoffman ) 
							
							 
							
[skip ci] 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Anton Vlasenko
							
						 
						
							
								a2029d2d47
								
									
										
											 
										
									
								
							 
						 
						
							chore(docs): Fix broken link in docs/Guide.md (#1436  by @Sappphire64 ) 
							
							 
							
[skip ci] 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								dce30be136
								
							 
						 
						
							chore(release): 10.3.1 [skip ci] 
							
							 
							
## [10.3.1](https://github.com/react-native-community/react-native-webview/compare/v10.3.0...v10.3.1 ) (2020-06-13)
### Bug Fixes
* **android:** Add SSL error handling for Android WebView ([#1450 ](https://github.com/react-native-community/react-native-webview/issues/1450 ) by [@thephpjedi ](https://github.com/thephpjedi )) ([1bd5961 ](1bd5961255/)),  closes [#259 ](https://github.com/react-native-community/react-native-webview/issues/259 ) 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   Alesandro Ortiz
							
						 
						
							
								1bd5961255
								
									
										
											 
										
									
								
							 
						 
						
							fix(android): Add SSL error handling for Android WebView (#1450  by @thephpjedi ) 
							
							 
							
Based on PR #668 . Fixes #259 . 
							
							
						 
						5 anos atrás  
					 
				
					
						
							
								   semantic-release-bot
							
						 
						
							
								357bc0432a
								
							 
						 
						
							chore(release): 10.3.0 [skip ci] 
							
							 
							
# [10.3.0](https://github.com/react-native-community/react-native-webview/compare/v10.2.3...v10.3.0 ) (2020-06-13)
### Features
* **android:** Add support for injectedJavaScriptBeforeContentLoaded on Android ([#1099 ](https://github.com/react-native-community/react-native-webview/issues/1099 ) by @SRandazzo  and @ [@shirakaba ](https://github.com/shirakaba )) ([ac4e05e ](ac4e05e0f2/))  
							
							
						 
						5 anos atrás