This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Enable WebView to render local HTML files on WinRT platforms #277
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> isn't in the HTML string
jassmith
pushed a commit
that referenced
this pull request
Aug 3, 2016
* Enable WebView to render local HTML files on WinRT platforms * Add test to demonstrate that the solution works even if <head> isn't in the HTML string
myroot
added a commit
to myroot/Xamarin.Forms
that referenced
this pull request
Feb 25, 2019
rmarinho
pushed a commit
that referenced
this pull request
Mar 14, 2019
* [Tizen] Add CollectionView Tizen Renderer (#259) * Tizen CollectionView implementation initial commit - first working version - only support LinearLayout(listview) * Add more feature * Implement INotifyCollectionChanged * Implement EmptyView * Implemnt SnapPoints, ScrollTo * Fix MakeVisible option * Add GridLayoutManager (#271) * Fix GetScrollCanvasSize issue * Enhance ItemAdaptor - Measure Item size with data binding Item size is determined with first item - Extract ItemDefaultTemplateAdaptor from ItemTemplateAdaptor * Remove debug message * Implement SelectableItemsView * Fix ghost view issue * Fix TV profile button effect issue * Clean up code space and refactoring ScrollTo method * Fix collectionView emptyview (#277)
adrianknight89
pushed a commit
to adrianknight89/Xamarin.Forms
that referenced
this pull request
Mar 29, 2019
…n#3172 * [Tizen] Add CollectionView Tizen Renderer (xamarin#259) * Tizen CollectionView implementation initial commit - first working version - only support LinearLayout(listview) * Add more feature * Implement INotifyCollectionChanged * Implement EmptyView * Implemnt SnapPoints, ScrollTo * Fix MakeVisible option * Add GridLayoutManager (xamarin#271) * Fix GetScrollCanvasSize issue * Enhance ItemAdaptor - Measure Item size with data binding Item size is determined with first item - Extract ItemDefaultTemplateAdaptor from ItemTemplateAdaptor * Remove debug message * Implement SelectableItemsView * Fix ghost view issue * Fix TV profile button effect issue * Clean up code space and refactoring ScrollTo method * Fix collectionView emptyview (xamarin#277)
codemillmatt
pushed a commit
to codemillmatt/Xamarin.Forms
that referenced
this pull request
Apr 19, 2019
…n#3172 * [Tizen] Add CollectionView Tizen Renderer (xamarin#259) * Tizen CollectionView implementation initial commit - first working version - only support LinearLayout(listview) * Add more feature * Implement INotifyCollectionChanged * Implement EmptyView * Implemnt SnapPoints, ScrollTo * Fix MakeVisible option * Add GridLayoutManager (xamarin#271) * Fix GetScrollCanvasSize issue * Enhance ItemAdaptor - Measure Item size with data binding Item size is determined with first item - Extract ItemDefaultTemplateAdaptor from ItemTemplateAdaptor * Remove debug message * Implement SelectableItemsView * Fix ghost view issue * Fix TV profile button effect issue * Clean up code space and refactoring ScrollTo method * Fix collectionView emptyview (xamarin#277)
AxelUser
pushed a commit
to AxelUser/Xamarin.Forms
that referenced
this pull request
Jun 15, 2019
…n#3172 * [Tizen] Add CollectionView Tizen Renderer (xamarin#259) * Tizen CollectionView implementation initial commit - first working version - only support LinearLayout(listview) * Add more feature * Implement INotifyCollectionChanged * Implement EmptyView * Implemnt SnapPoints, ScrollTo * Fix MakeVisible option * Add GridLayoutManager (xamarin#271) * Fix GetScrollCanvasSize issue * Enhance ItemAdaptor - Measure Item size with data binding Item size is determined with first item - Extract ItemDefaultTemplateAdaptor from ItemTemplateAdaptor * Remove debug message * Implement SelectableItemsView * Fix ghost view issue * Fix TV profile button effect issue * Clean up code space and refactoring ScrollTo method * Fix collectionView emptyview (xamarin#277)
mattleibow
pushed a commit
that referenced
this pull request
Jan 28, 2021
* Add IsMainThread detection API * Add platform tests for main thread * Update docs and add more platform tests
mattleibow
pushed a commit
that referenced
this pull request
Jan 28, 2021
* GH-221: Add iOS SecAccessible properties (#223) * Address #221, use AfterFirstUnlockThisDeviceOnly to match other platforms. Although allow a platform specific override to set accessible state. * Add tests * Added iOS specific prop to set SecAccessible * Default to AfterFirstUnlock on iOS SecureStorage * A few fixes for the release. (#228) * Setting the correct flags for Chrome Tabs. Fixes #225 * Make sure that there is data to decrypt before starting. Fixes #226 * Fixes for TTS. Fixes #227 * A bit of the fixes for emails on iOS. Relates to #224 * Update the email bit for iOS #224 * Cleaning up the code #224 * Make sure to set the email properties. Fixes #229 * Update SDK Extras This fixes a lot of references that were required on android that aren't. * Update Readme with Installation information. (#237) * Update Readme with Installation information. * Update README.md * Update README.md * Adding the initial work to get Tizen started. #23 * Revert "Adding the initial work to get Tizen started. #23" This reverts commit 58b6041. * Update the docs with the latest APIs (#233) Add docs for SecAccessible * GH-245: Add Orientation Sensor (#249) * Add Orientation Sensor * Add Orientation Sensor * Remove .csproj clutter * "orientationsensor" --> "orientation sensor" or just "orientation" * GH-192: Added DateTime to Preferences (#232) * Added DateTime to preferences. Fixes #192 - also properly using overloads * Added some unit tests * Added the docs for the new Preferences APIs * Update Readme with Device Display Information Added link to Current Features for Device Display Information * Fixes #258 and Fixes #255 (#259) * Fixes #258 * put vectors nuget everywhere. * NuGet is broken - https://developercommunity.visualstudio.com/content/problem/232996/warning-nu1603-runtimenativesystemiocompression-41.html * The NuGet doesn't add the assembly references from the GAC * We need to use a later version of the iOS SDK * Fix typo (#274) * Fix up null checks when getting lask known location. * Additional Null checks * GH-240 Add IsMainThread detection API (#277) * Add IsMainThread detection API * Add platform tests for main thread * Update docs and add more platform tests * iOS secure storage simulator tests (#247) (#278) * iOS secure storage simulator tests (#247) * Remove line that skips test on virtual devices * Adding keychain-access-groups in Entitlements.plist * Setting CodeSign entitlements for Debug configuration * Making same entitlement.plist changes for iOS sample * Removing specific code sign key * Removing physical device trait for iOS SecureStorageTests * Update DeviceTests.iOS.csproj * Update Samples.iOS.csproj * Add configs for codesign on release * Fixes #181 Allowing setting of calibration for heading. (#282) * GH-254 Update Support Packages, Forms, and Reference Vectors (#279) * Update Support Packages, Forms, and Reference Vectors * Bump targetsdk * Fix android build :) * Fix build
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Modifies WebViewRenderer on WinRT and UWP to load local HTML resources in the same way that WP8, iOS, and Android do. It does this by injecting a base URL into local relative URLs and HTML strings.
Bugs Fixed
API Changes
None.
Behavioral Changes
None.
PR Checklist