You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve this experience, we can wrap the items in a [Grid](../api/grid.md) component. The view can be easily rewritten into something more usable on larger screens:
content="For those new to Ionic app development, a high-level understanding of the core concepts and tools behind the project helps. Read to learn more about Ionic API."
Properties are JavaScript properties that can be set on Ionic components to configure their behavior and appearance. Properties are defined in each component's [API documentation](/docs/api) page.
The `color` property is a reactive property that configures how the button appears. If you change the `color` value after the initial render, the button will update to reflect the new value.
The `mode` property is a virtual property that determines which platform styles to use for a component. It can be set at the component level or globally through the app configuration. In both cases, it's set once during initialization and doesn't change during the component's lifecycle.
Copy file name to clipboardExpand all lines: docs/core-concepts/webview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ title: Web View
3
3
---
4
4
5
5
<head>
6
-
<title>Capacitor Web View for iOS and Android Apps - Ionic Framework</title>
6
+
<title>iOSおよびAndroidアプリ用Capacitor Web View - Ionic Framework</title>
7
7
<meta
8
8
name="description"
9
-
content="What is a Web View? Web Views are a full screen and full-powered web browser. Read to learn more about Capacitor Web View on Ionic Framework apps."
9
+
content="Web Viewとは何ですか?Web Viewはフルスクリーンでフル機能のWebブラウザです。Ionic FrameworkアプリでのCapacitor Web Viewについて詳しく学びましょう。"
10
10
/>
11
11
</head>
12
12
@@ -28,7 +28,7 @@ Ionic Web View プラグインは、最新の JavaScript アプリケーショ
28
28
29
29
### CORS
30
30
31
-
Web Views enforce [CORS](../reference/glossary.md#cors), so it's important that external services properly handle cross-origin requests. See the [CORS FAQs](../troubleshooting/cors.md) for information on dealing with CORS in Ionic apps.
31
+
Web Viewは[CORS](../reference/glossary.md#cors)を強制するため、外部サービスがクロスオリジンリクエストを適切に処理することが重要です。IonicアプリでCORSを処理する方法については、[CORS FAQs](../troubleshooting/cors.md)を参照してください。
32
32
33
33
### File プロトコル
34
34
@@ -42,7 +42,7 @@ import { Capacitor } from '@capacitor/core';
42
42
Capacitor.convertFileSrc(filePath);
43
43
```
44
44
45
-
For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cordova-plugin-ionic-webview) provides a utility function for converting File URIs: `window.Ionic.WebView.convertFileSrc()`. There is also a corresponding Ionic Native plugin: [`@awesome-cordova-plugins/ionic-webview`](https://danielsogl.gitbook.io/awesome-cordova-plugins/ionic-webview).
45
+
Cordovaアプリの場合、[Ionic Web View plugin](https://github.com/ionic-team/cordova-plugin-ionic-webview)は、File URIを変換するためのユーティリティ関数を提供します:`window.Ionic.WebView.convertFileSrc()`。対応するIonic Nativeプラグインもあります:[`@awesome-cordova-plugins/ionic-webview`](https://danielsogl.gitbook.io/awesome-cordova-plugins/ionic-webview)。
Copy file name to clipboardExpand all lines: docs/core-concepts/what-are-progressive-web-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: Progressive Web Apps
7
7
<title>Progressive Web Applications: PWAとは - Ionic Documentation</title>
8
8
<meta
9
9
name="description"
10
-
content="What is a PWA? A Progressive Web Application uses modern web capabilities to deliver an app-like experience. Read our core concept documentation to learn more."
10
+
content="PWAとは何ですか?Progressive Web Applicationは、最新のWeb機能を使用してアプリのようなエクスペリエンスを提供します。コアコンセプトドキュメントを読んで詳しく学びましょう。"
0 commit comments