# 웹뷰(웹뷰,푸시전용) 개발도구

- [웹뷰에서 구글, 페이스북 로그인 구현하기](https://documentation.swing2app.co.kr/developer/webview/how-to-avoid-disallow-useragent.md): 스윙투앱에서 구글, 페이스북 로그인 보안으로 인한 문제 해결하기
- [웹사이트 회원 연동 가이드](https://documentation.swing2app.co.kr/developer/webview/user-integration.md): 웹사이트의 회원을 스윙투앱 콘솔에 등록하는 작업
- [워드프레스 웹사이트 회원 연동 가이드](https://documentation.swing2app.co.kr/developer/webview/user-integration/wordpress.md): 워드프레스 플러그인을 활용한 웹사이트 회원 연동 가이드
- [Wix 웹사이트 회원 연동 가이드](https://documentation.swing2app.co.kr/developer/webview/user-integration/wix.md): Wix 웹사이트에 간단한 코드삽입으로 회원연동 활용 가이드
- [카페24(Cafe24) 웹사이트 회원 연동 가이드](https://documentation.swing2app.co.kr/developer/webview/user-integration/cafe24-integration.md): 카페24(Cafe24) 웹사이트에 간단한 코드삽입으로 회원연동 활용 가이드
- [아임웹 웹사이트 회원 연동 가이드](https://documentation.swing2app.co.kr/developer/webview/user-integration/imweb-integration.md): 아임웹(imweb.me) 웹사이트에 간단한 코드삽입으로 회원연동 활용 가이드
- [Javascript 웹뷰 API 문서](https://documentation.swing2app.co.kr/developer/webview/javascript-api.md): WebView 모듈(웹뷰,푸시전용)을 제어할 수 있는 Javascript API
- [API 를 활용한 예제](https://documentation.swing2app.co.kr/developer/webview/javascript-api/example.md): API 코드를 활용하여 앱내 서비스를 활용한 예제
- [Meta SDK 활용하기](https://documentation.swing2app.co.kr/developer/webview/javascript-api/meta-sdk.md): Meta SDK를 활용하는 Javascript Interface
- [안드로이드 인앱결제 구현하기](https://documentation.swing2app.co.kr/developer/webview/javascript-api/android-inapp-javascript.md): 스윙투앱 WebView 모듈(푸시전용)에 인앱결제 모듈을 Javascript API 로 구현하기
- [iOS 인앱결제 구현하기](https://documentation.swing2app.co.kr/developer/webview/javascript-api/ios-inapp-javascript.md): 스윙투앱 WebView 모듈(푸시전용)에 인앱결제 모듈을 Javascript API 로 구현하기
- [딥링크 기능 구현 가이드](https://documentation.swing2app.co.kr/developer/webview/deeplink-integration.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.swing2app.co.kr/developer/webview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
