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...