일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Encapusulation
- Unity
- c++
- mfc
- java
- parameter
- compare
- Pointer
- preprocessing
- digitalRead
- 3D
- memory
- Barcode
- SERIAL
- public
- APP
- Contour
- Class
- Read
- stream
- wpf
- sensor
- Android
- file access
- atmega328
- flutter
- UNO
- inheritance
- length
- aduino
Archives
- Today
- Total
목록Launch (1)
폴크(FOLC)

# 외부 명령 및 데이터를 수신한 경우 / 데이터 전달하는 경우 # InAppWebView 와 연동 처리 > 생성자에 OnCreateWindow 함수와 연결 > 옵션으로 새창을 OPEN 할 수 있도록 설정 # 소스 코드 Future onCreateNewWindow(InAppWebViewController controller, CreateWindowAction createWindowAction) async { var uri = createWindowAction.request.url; final String text = uri.toString(); final List contents = [ "http", "https", "file", "chrome", "data", "javascript", "about" ]..
Flutter, Android/Flutter 사용법
2021. 11. 10. 11:33