1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iframe内のページのハッシュを親ページで取得するには

Posted at

背景

Atom Shellでちょっと前から使えるようになったwebviewタグを使ってみたが、
どうもIMEが効かず、日本語が入力できない。

仕方がないの、iframeを使った。

で、iframe内のハッシュの取得が必要になった。

iframe内のページのハッシュの取得方法

frames[0].location.hash

まとめ

Atom ShellのwebviewでIMEが使えるようになると、
今度はwebviewタグ内のコンテンツのハッシュの取得方法を
調べる必要があることがわかった。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?