> This is a new thing coming people. What? The canvas is not new, you've been able to dump the DOM and make canvas-only UI for many years. The "new thing" is just improved code sharing if you are making a canvas-y thing…
Due to the nature of being a frontend-for-everything I think it's best to keep the stdlib's platform-specific functionality minimal.
iOS has essentially the same: https://developer.apple.com/documentation/safariservices/sfs...
This has actually been fixed since iOS 9: https://developer.apple.com/documentation/safariservices/sfs... This opens Safari, but makes it appear like it's an in-app browser. Best of both.
> This is a new thing coming people. What? The canvas is not new, you've been able to dump the DOM and make canvas-only UI for many years. The "new thing" is just improved code sharing if you are making a canvas-y thing…
Due to the nature of being a frontend-for-everything I think it's best to keep the stdlib's platform-specific functionality minimal.
iOS has essentially the same: https://developer.apple.com/documentation/safariservices/sfs...
This has actually been fixed since iOS 9: https://developer.apple.com/documentation/safariservices/sfs... This opens Safari, but makes it appear like it's an in-app browser. Best of both.