Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - hroldan

1
Otter Browser Forum / Otter Browser for Windows 10 on ARM32 (porting/building)
Hi Otter Browser community, I took my time reading and researching before posting this and we would like some help if possible.

A bunch of us (a community) would love to have Otter Browser for Windows 10 on ARM32, could you provide some help with this?

Years ago Microsoft released the Surface RT laptop running Windows RT (ARM32) but they blocked access to win32 libraries and so, Firefox and Chrome couldn't port their browsers, leaving the platform with Internet Explorer as the only browser. Some years later Windows 10 for ARM appeared (32 bits) and it's a reality for many of us who now have it on our Surface laptops (I have it and works pretty well). But it's limited to both Internet Explorer and Microsoft Edge.

Several of us have been searching ways and testing how to port apps where the source code is available, and there's been some success, but Web Browsers are tricky as they aren't built 100% on just one language and need libraries including graphical interfaces. Besides, despite many of us having diff backgrounds creating software (myself included) not everyone has full c++ experience in this realm porting web browsers and the exploration has been energy and time consuming and a bit frustrating.

One member of the community managed to build Otter Browser for Window on ARM32, that's great and runs pretty well and even supports HTTPS, but there are some challenges:

- No JIT
- Doesn't work with touch screen (touching the screen selects text)
- Some big sites crash
- Youtube or any website including video crashes

I would like to know from you guys who have the experience:

- What would be the best environment to work and build Otter Browser from the source code?
- Destination being Windows 10 on ARM 32 bits?
- Some specifics will be greatly appreciated as diff libraries need specific sources in order to work
- Does anyone already has such environment and could build it?

I'm not being lazy, what I mean here is it wouuld be great to add Otter Browser binaries for Windows on ARM32 from already official contributors who know how to do it, as we have the interest yes, but it's taking us a lot of efforts. If somehow someone from the comunity (Windows 10) manages to come with a better build, then great too and perhaps it could be added to your binaries. But so far only one person managed to build it, but facing those issues. At present time many apps have been successfuly ported, but mostly because they are written entirely on C++ or rely on Microsoft Visual Studio and .Net framework, that sure makes things easier, but web browsers are a diff universe.

Any help will be appreciated. Thanks in advance.