Saul

Results 4 comments of Saul

It may just filename character issure。rename your video or image, try again. it works for me

> Hi! If this happened on iOS, you can try adding `extraButtonProps={{ exclusive: false }}` to the `TouchableOpacity` and/or `cancelsTouchesInView={false}` (added in Gesture Handler 2.4.0) to the `TapGestureHandler. > >...

this.context.logger.debug("Added image " + key.substring(0, 256)); return [4 /*yield*/, new Promise(function (resolve, reject) { var img = new Image(); img.onload = function () { return resolve(img); }; img.onerror = reject;...

just change img.src = src; to img.src = src + `?date=${Date.now()}`. cause browser cache trigger CORS even cors enabled. you could found out by disable cache of your browser.