タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

ionicに関するfumikitoのブックマーク (2)

  • Handling CORS issues in Ionic - Ionic Blog

    If you’ve used ionic serve or ionic run with live reload and accessing external API endpoints, chances are you’ve run into some CORS issues. They usually look something like this: XMLHttpRequest cannot load http://api.ionic.com/endpoint. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8100' is therefore not allowed access. So what is CORS, and

    fumikito
    fumikito 2017/06/28
    cors対策ではブラウザのCORSをオフにするのが正しい
  • Ionicでモバイルアプリを作ろう!(7)データの永続化/Storageを使う | TECH PROjin

    クロスプラットフォーム対応のモバイルアプリ開発フレームワークであるIonic2の使い方を紹介していきます。 Ionicでモバイルアプリを作ろう!(1)概要・環境構築 Ionicでモバイルアプリを作ろう!(2)ツールの基的な使い方を覚える Ionicでモバイルアプリを作ろう!(3)ページの作成/ページ遷移 Ionicでモバイルアプリを作ろう!(4)HTTP通信(REST API) Ionicでモバイルアプリを作ろう!(5)スタイル定義 Ionicでモバイルアプリを作ろう!(6)プロキシを使う Ionicでモバイルアプリを作ろう!(6)プロキシを使う 今回はIonicアプリで端末上にデータを保存する方法について解説したいと思います。 Ionicにはデータをキー・バリューまたはJSONを保存できるStorageというインターフェースが含まれています。 Storageは内部的にプラットフォームご

    Ionicでモバイルアプリを作ろう!(7)データの永続化/Storageを使う | TECH PROjin
  • 1