LoginSignup
1
0

More than 5 years have passed since last update.

個人学習メモ#14 MonacaのInAppBrowserプラグイン

Posted at

MonacaでInAppBrowserというプラグインを使い、
アプリ内に別ブラウザで表示する。

プラグインを有効にしてから下記を記入
var test = window.open('URL', '_blank', 'location=no,presentationstyle=fullscreen,toolbar=no');

URL=サイトのURL

_blank=InAppBrowserを開く

location=no =アドレスバーの非表示

presentationstyle=fullscreen =フルスクリーン表示

toolbar=no =ツールバーの非表示(下の戻るボタン)

Monacaは最初、既存のcssやjsで苦しめられました;;

1
0
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
0