Shun Kashiwa
Shun Kashiwa
https://developer.apple.com/safari/technology-preview/release-notes/#:~:text=Added%20support%20for%20the%20frameId%20option%20that%20can%20be%20passed%20to%20browser.tabs.sendMessage() It seems that they added support for `frameId` in `browser.tabs.sendMessage()`. I will have a closer look.
@r-plus Thank you for opening the issue and looking into this (and my apologies for negligence). My understanding is that Safari doesn't fire `touchmove` events while the scroll is in...
Turns out Safari does not provide an API for haptic feedbacks
The proper way to implement this is to use the sessions API (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/sessions). The MDN says the API is not available on Safari so we might need to come up...
@duraki Hi, thanks for letting me know that the app doesn't work on iOS 17. iOS 16 didn't require any change, so I assumed 17 would also be fine, but...
@ulcera Hi. https://gist.github.com/shumbo/47735eafdaf2ca3004cd5be1393be8cf#file-content-single-php-L20-L55 I made some changes in `templates/content-single.php` to display title with link and its excerpt. Since `loop-content.php` is not so complicated template, I think just writing the code...
@frankwaldal Thanks for opening up the issue! Although I see the problem, I want to keep the code generated by `protoc` in this package. It seems that the issue is...
 It seems that `browser.tabs.duplicate` is "not implemented" and calling the function throws an error. Did Apple remove the API? MDN says it's been...
Submitted feedback (using Feedback Assistant) about a week ago but haven't gotten any response. I also filed an issue on WebKit Bugzilla today: https://bugs.webkit.org/show_bug.cgi?id=280663
Hi @mizagog, Thanks for opening this issue! I was able to reproduce the behavior you described by following these steps: 1. Open a webpage with a link (e.g., Google search...