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