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