summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers/WebViewRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight891-1/+8
* fix effects * move effect utilities to core * use core class * move to internals namespace * remove IEffectControlProvider from IVisualElementRenderer
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho1-9/+3
* [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart1-3/+4
* Create custom event args class for script eval requests Make IWebViewRenderer public * Add IWebViewRenderer docs * Add EvalRequested docs * Move EvalRequested to Internals IWebViewRenderer -> IWebViewDelegate * Add docs
2016-04-24[iOS] Fix issue with WebView dispose and resizing (#128)Rui Marinho1-1/+3
2016-04-16[iOS] Restore VisualElementTracker on WebViewRenderer (#99)Rui Marinho1-4/+5
2016-04-11[iOS] Resolve Warning 0108 (#64)Samantha Houts1-4/+0
[iOS] Resolve warning 0114 `Selected` is overridable, but current behavior is to hide it, so we're going to add the `new` keyword. [iOS] Resolve warning 0618 [iOS] Resolve warning 0414, 0649, 0169 [iOS] Resolve warning 0105 Update dispose to override base dispose (#67) Add an optional extended description…
2016-03-22Initial importJason Smith1-0/+270