일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Overloading
- mfc
- Encapusulation
- c++
- length
- stream
- file access
- memory
- Android
- Barcode
- inheritance
- java
- Class
- APP
- wpf
- compare
- parameter
- Unity
- public
- aduino
- SERIAL
- UNO
- preprocessing
- Contour
- Pointer
- atmega328
- digitalRead
- flutter
- Read
- sensor
Archives
- Today
- Total
목록Custom URL (1)
폴크(FOLC)

# 웹 페이지에서 JS-SDK를 사용할 경우 InAppWebView 에서 kakao 등 외부 url 을 연동하여 올바르게 동작하도록 하기 위해서는 다음과 같은 처리가 필요하다. # Android 11 이상에서 JS-SDK 을 이용하여 기능을 구현하는 경우 > AndroidManifest.xml 에 패키지 명을 추가한다. 그렇지 않으면, Android Framework 에서 호출을 차단한다. ... # 안드로이드 앱에서 웹뷰를 통해 앱을 실행하려면 Intent URI를 이용한다. import 'package:url_launcher/url_launcher.dart'; InAppWebViewGroupOptions option = InAppWebViewGroupOptions( crossPlatform: InAp..
Flutter, Android/Flutter 사용법
2021. 9. 28. 23:10