cacao/examples
David Lemarier c9d665963a
feat(webview): Add custom protocol (scheme) support
This is a basic implementation of the custom protocol, with built-in mimetype extraction from the content, backed by URI detection.

To make it clear, I added an example and can be run with:

```
cargo run --example webview_custom_protocol --features webview
```
2021-04-25 12:07:45 -04:00
..
browser Building out browser example. 2021-04-14 19:00:34 -07:00
calculator Merge branch 'trunk' of github.com:ryanmcgrath/cacao into trunk 2021-03-17 21:42:18 -07:00
ios-beta iOS works again, lol. 2021-04-15 17:13:59 -07:00
todos_list A rather large and not very clean update. 2021-03-04 17:24:39 -08:00
autolayout.rs Add in .layer support for Views. 2021-03-26 16:25:57 -07:00
defaults.rs Finalize some NSString handling that I'd been mulling over. This should be much more sound and transparent regarding ownership while keeping the same general approach that's been working so far. 2020-03-31 20:59:08 -07:00
text_input.rs Adds a text_input example to act as a test. 2021-04-12 18:17:36 -07:00
webview_custom_protocol.rs feat(webview): Add custom protocol (scheme) support 2021-04-25 12:07:45 -04:00
window.rs Fix existing examples 2021-02-07 20:51:40 -08:00
window_controller.rs Fix existing examples 2021-02-07 20:51:40 -08:00
window_delegate.rs Fix existing examples 2021-02-07 20:51:40 -08:00