1f84cb073d
								
							 
						 
						
							bump version to 0.11.0 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								8764a4e445
								
							 
						 
						
							update immutable to 3.8.2 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								4bd1f68b2a
								
							 
						 
						
							update README 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								adaa308ad9
								
							 
						 
						
							split index.android.js into index.android.current.js & index.android.old.js; remove support below kitkat on android; remove native android module; remove native module ref from demo on android 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								23dfe89c2c
								
							 
						 
						
							add propTypes.js 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								1f2a472428
								
							 
						 
						
							remove getRenderSize & remove getIframeBaseScript parameter from getScript for common.js 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								70f3e5a759
								
							 
						 
						
							apply webview props for index.ios.js 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								ca48936f0b
								
							 
						 
						
							Merge origin/master into master 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								79dcc82cfa
								
							 
						 
						
							update rn version of demo to 0.57.8 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								f807885e85
								
									
										
											
								
							 
						 
						
							Merge pull request #93  from SurpassRabbit/master 
							
							
add allowsInlineMediaPlayback prop && update size properly on iOS 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								8107e171ad
								
									
										
											
								
							 
						 
						
							Update index.ios.js 
							
							
播放视频 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								1611ff6263
								
									
										
											
								
							 
						 
						
							Update index.ios.js 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								d8fab04ad7
								
									
										
											
								
							 
						 
						
							Update index.ios.js 
							
							
						 
						6 年前  
				
					
						
							
								 
						
							
								4443f1aa99
								
							 
						 
						
							bump version to 0.10.6 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								365b36eed5
								
							 
						 
						
							fix clearInterval not works on react issue for index.android.js; fix package path issue for android 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								82d914db45
								
							 
						 
						
							bump version to 0.10.5 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								afe14a636c
								
									
										
											
								
							 
						 
						
							Merge pull request #89  from bartsolutions/FixOnNavigationStateChange 
							
							
add missing param in callback 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								932c2b8df5
								
							 
						 
						
							add missing param in callback 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								0cb2b61a4f
								
							 
						 
						
							bump version to 0.10.4 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								f929049510
								
							 
						 
						
							update rn version to 0.57.3 for demo 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								f0b1e7e269
								
							 
						 
						
							clean up code style for the pr which fixed updating size issue on Android (https://github.com/iou90/react-native-autoheight-webview/pull/88 ) 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								ce29b11a9a
								
									
										
											
								
							 
						 
						
							Merge pull request #88  from notjiam/patch-1 
							
							
Android WebView doesn't show when set style={{ width: ... }} 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								3e1a732a37
								
									
										
											
								
							 
						 
						
							Update index.android.js 
							
							
I have an issue when I set props style.width
<AutoHeightWebView
style={{ width: 300 }}
...
/>
In some case,  stage.height can update with null and WebView doesn't show.
I add some condition to check before an update stage.
Thank you! 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								84c4ef9ac2
								
							 
						 
						
							bump version to 0.10.3 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								e66ea6068e
								
							 
						 
						
							update rn version of demo to 0.57.2 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								bc425f7610
								
							 
						 
						
							clean up code style for index.android.js 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								68c1dcff7b
								
							 
						 
						
							Merge branch 'master' of https://github.com/iou90/react-native-autoheight-webview  
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								937e629177
								
							 
						 
						
							update demo rn version to 0.57.0 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								418f35174a
								
									
										
											
								
							 
						 
						
							Merge pull request #83  from Holdsport/master 
							
							
  Robustness fix for clients returning weird stuff in the message data; Only insert wrapper element once; be able to use the component in a Typescript file; 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								3aa2dd6387
								
							 
						 
						
							fix this.webView ref issue for stopLoading on ios 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								9adee62fdf
								
							 
						 
						
							remove web/demo.css for ios project 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								0f9f8b4706
								
							 
						 
						
							Robustness fix for clients returning weird stuff in the message data 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								a0a7a7eac5
								
							 
						 
						
							clean up code style for demo 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								2b3b2d0892
								
									
										
											
								
							 
						 
						
							Merge pull request #74  from GoMino/demo-browser-link 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								79eb066af4
								
							 
						 
						
							feat(demo): Update demo to show off how to open html links in phone browser 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								77982bfdc7
								
							 
						 
						
							update readme 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								2803cdb419
								
							 
						 
						
							bump version to 0.10.2 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								d6521d5669
								
							 
						 
						
							pass state for onNavigationStateChange for ios 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								65c7198784
								
							 
						 
						
							fix demo issue 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								4aa522e38e
								
							 
						 
						
							Only insert wrapper element once 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								f1df51f0a4
								
							 
						 
						
							Add the changes from https://github.com/iou90/react-native-autoheight-webview/pull/59  in order to be able to use the component in a Typescript file 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								d172f58637
								
							 
						 
						
							add baseUrl prop 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								f5d60bfde7
								
							 
						 
						
							bump version to 0.10.1 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								38e0a9d7dc
								
							 
						 
						
							update readme 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								3910c92601
								
							 
						 
						
							add files property (demo.css) to demo 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								4e76126447
								
							 
						 
						
							fix appendFilesToHead issue for common 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								fcb3440825
								
							 
						 
						
							bump version to 0.10.0 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								c4105a7291
								
							 
						 
						
							update showcase gif for readme 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								62acbcedce
								
							 
						 
						
							fix the iframe issue & clean up code style 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								580dad23d3
								
							 
						 
						
							update readme 
							
							
						 
						7 年前