HackerTrans
トップ新着トレンドコメント過去質問紹介求人

brianslp

no profile record

コメント

brianslp
·3 年前·議論
> 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 for multiple platforms. And letting people use their preferred language if not JavaScript.
brianslp
·3 年前·議論
Due to the nature of being a frontend-for-everything I think it's best to keep the stdlib's platform-specific functionality minimal.
brianslp
·4 年前·議論
iOS has essentially the same: https://developer.apple.com/documentation/safariservices/sfs...
brianslp
·4 年前·議論
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.