본문 바로가기

카테고리325

videojs fullscreen landscape 안드로이드 웹뷰에서 videojs로 실행시킨 동영상이 풀스크린으로 작동되지 않았다. kutar37.tistory.com/entry/Android-webview%EC%97%90%EC%84%9C-HTML-video-%EC%A0%84%EC%B2%B4%ED%99%94%EB%A9%B4-%EC%9E%AC%EC%83%9D Android : webview에서 HTML video 전체화면 재생 Android : webview에서 HTML video 전체화면 재생 안드로이드에서 webview로 해당 url에 접속할 때 기본적으로 setWebChromeClient() 와 setWebViewClient()를 설정해주는데, 보통과 같이 진행하면 HTML video 태.. kutar37.tistory.com 해당 내용을 기본으로.. 2021. 3. 22.
api-ms-win-crt-runtime-l1-1-0.dll 컴퓨터에 api-ms-win-crt-runtime-l1-1-0.dll(이)가 없어 프로그램을 시작할 수 없습니다. 프로그램을 다시 설치하여 이 문제를 해결하십시오. www.microsoft.com/ko-kr/download/details.aspx?id=53840 Microsoft Visual C++ 2015 재배포 가능 패키지 Update 3 이 업데이트는 Microsoft Visual C++ 2015 재배포 가능 패키지(x86) 14.0.23504에 대한 일련의 누적 기능 추가 및 버그 수정 중 최신 버전입니다. www.microsoft.com 를 적용해도 안되기에 윈도우 업데이트부터 적용해봄 support.microsoft.com/en-us/topic/update-for-universal-c-runt.. 2021. 2. 23.
크롬80대비를 위한 쿠키설정 SameSite=None blog.chromium.org/2019/10/developers-get-ready-for-new.html Developers: Get Ready for New SameSite=None; Secure Cookie Settings UPDATE (10/28/2019): We've revised the 2nd and 3rd bullet points in the section "How to Prepare; Known Complexities" below. In May, Chrome ... blog.chromium.org 문제는 결제쪽에서 생긴다. 결제후 세션이나 쿠키를 받을수 없기때문에 로그인을 했던 정보가 모두 사라지게된다. 이니시스의 경우 공지 www.inicis.com/blog/archives/121508 .. 2021. 2. 19.
HTTP to HTTPS http로 접속시 https로 Redirect 시키려고한다. IIS의 URL재작성이 설치되어 있어야한다. 설치후 확인해보면 URL 재작성이라고 IIS에 추가되어있을것이다. URL재작성으로 들어가서 규칙추가를 누른다. 빈규칙을 선택후 진행한다. 이름은 마음대로 정하고 패턴과 조건 작업 3개를 변경할 것이다. 1. 패턴에는 (.*)입력 2. 조건추가 조건입력 : {HTTPS} 패턴 : ^OFF$ 3. 작업에는 작업유형 : 리디렉션 선택 URL 리디렉션에는 https://{HTTP_HOST}/{R:1} 2021. 2. 19.
Redis github.com/microsoftarchive/redis microsoftarchive/redis Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes - microsoftarchive/redis github.com 설치당시 최신 3.2.100 설치는 가능한데 버전이... 여기는 테스트용으로만쓰고 그나마 최신버전은 github.com/tporadowski/redis tporadowski/redis Native port of Redis for Win.. 2021. 2. 2.
자주 리젝되는 사유 1. 스크린샷에 안드로이드의 모든내용이 들어가지 않을것 2. 회원가입시 성별이 있다면 필수사항이 아닐것 3. SNS로그인이 있다면 애플아이디로 로그인이 추가되어야함 4. 결제가 있는데 인앱결제가 아닌경우 5. 테스트 계정을 제공했는데 아이디 비밀번호가 일치하지 않음 2021. 1. 19.
IOS에서 왜 작동이 되지 않는가.. stackoverflow.com/questions/36451720/cordova-ios-cross-origin-requests-are-only-supported-for-http Cordova iOS Cross origin requests are only supported for HTTP I'm building an iOS app and recently upgraded cordova-ios to 4.1.0 and started using: cordova-plugin-wkwebview-engine. The problem is that now I get the error message Cross origin requests are only stackoverflow.com WK웹뷰로 바꾸는걸 처음에 적용했었는데.. 2020. 12. 29.
IIS로 H264스트리밍 모듈 설치 h264.code-shop.com/trac h264 H264 Streaming Module Introduction (version 2) News The development of our adaptive streaming software is available at the ​Unified Streaming Platform website. The software that is available on this website (mod_h264_streaming version 2.2.7) supports pse h264.code-shop.com 해당 사이트기준 진행 h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Internet-Information-Services-IIS7-.. 2020. 12. 18.
The emulator process for AVD [] was killed. 에뮬레이터 추가시 에러발생 The emulator process for AVD [] was killed. stackoverflow.com/questions/41274830/panic-cannot-find-avd-system-path-please-define-android-sdk-root PANIC: Cannot find AVD system path. Please define ANDROID_SDK_ROOT I'm trying to run my first Ionic app but i'm getting this error where it does not find my phone and does not find the emulator to run either. C:\Users\MART\Dropbox\Ionic\.. 2020. 12. 15.