Changes
Full Changelog: 0.0.1-a2...0.1.0
Engine
- Added clipboard support.
- Fixed the issue where media playback would not have sound.
- Allowed media playback to be controlled from the Control Center or Lock Screen.
- Fixed crashes when submitting forms or tapping on some HTML elements.
- Fixed an issue where a single tap would be registered as a double tap.
- Added select menus support (HTML
<select>element). - Added native text selection and copy/paste/select-all support for editable text fields (HTML
<input>and<textarea>elements). - Updated Gecko to
FIREFOX_149_0_2_RELEASE@d8bbe6c(released Apr 7, 2026).
JIT
- Added support for RPPairing, allowing users on iOS 26.4+ to enable JIT. If you're on iOS 17.4+, you will have to recreate a new pairing file using the latest version of iloader.
- JIT is now automatically enabled for users who sideload using TrollStore (without using the Enable JIT option from TrollStore). Therefore the pairing file and LocalDevVPN is no longer needed.
Browser
- Added support for downloading files from websites.
- Added proper tab management with tab list restoration on startup.
- Users can now open links in Reynard browser from other apps via the share sheet.
- Fixed numerous user interface issues.
- Added new iPhone-only settings which allow placing the address bar on top and hiding the tab bar on horizontal mode.
- Added a new setting to allow users to selectively use the Firefox on Android user agent on only some websites to maintain engine compatibility.
Issues
- I've received numerous reports about the pairing-based JIT enablement method isn't working properly on iOS 16.6 to 17.3.1. As a result, JIT will be disabled for users on these versions, and those who are on TrollStore-supported versions are advised to sideload through TrollStore instead.
- I don't know if there is any bug on the new editable support on iOS 16 and 17 or not as I don't have devices on these versions to test, so feel free to open an issue if you experience issues with text edit fields on these versions. Also, due to numerous API changes on iOS/iPadOS 15.0, 16.0, and 17.0, there are quite a few unimplemented features and issues with text input fields:
- Dragging the spacebar to move the cursor to a different position is unimplemented.
- Triple-tapping to select a paragraph is unimplemented.
- Selection handle switching during dragging (cross-switching) on iOS 16+ is currently not working.
- Touch and hold the caret to magnify the text or move is unimplemented.
- On devices with limited RAM, media playback sound may randomly lag or produce popping/clicking sounds.
Notice
- I would recommend sideloading through TrollStore using the
Reynard-TrollStore.tipabuild, as this method allows automatic JIT enablement and improved performance. - The
me.minh-ton.Reynardbundle identifier just became "unavailable" for no reason, so in this release, the bundle identifier is changed tocom.minh-ton.Reynard. You'll need to uninstall previous versions or you'll end up with duplicate installations of the browsers.