Ask HN: Gracefully declining support for some major browsers?
When loading the app, I'm thinking of having a screen that detects the browser type and either warns the user that the app is probably not going to work that well or simply does not allow the user to use the application with the unsupported browser.
Not sure if this is obvious, but the reason to block the user from using the unsupported browser (as opposed to just a warning) is because often the application will seem to work in the unsupported browser, but little things will be broken - such as a button inexplicably being missing from the page.
I'd like to support: * Chrome - (I develop in Chrome, so everything de facto works on Chrome) * Safari - (Doesn't give me many problems and probably runs better on iOS devices)
Decline support for * Firefox - (often runs the app too slow) * Internet Explorer - (too many small annoying bugs) * Opera - (small user base)
Here is a demo of the app: Demo.EnterpriseJazz.com
- As you can see, the application is large and complex. Going through and fixing bugs for each major browser is something that would take a lot of my time that could be spent on other things that might help the startup along more.
I know this is not a clear-cut issue, but any thoughts?
11 comments
[ 3.7 ms ] story [ 47.9 ms ] threadHowever, if your app doesn't require signup to use, maybe an intercom like message.
I was actually planning on calling them on the phone if they put their phone number in the sign up form. Its a boutique sort of app. Should end up having a low-ish number of users with high-ish revenue per user.
Have you profiled your likely userbase? Many businesses run Windows and are, therefore, likely to be using Internet Explorer.
The user base is people who own small mobile auto detailing businesses. So pretty specific. I imagine most of these companies will be way too small to have an IT department restricting their ability to install Chrome.
https://blog.crazyegg.com/2014/03/03/website-conversion-funn...
IMO, I would recommend you to support both Firefox and Chrome.
Let me give you an example, I had never heard of Polarr Editor. Then one fine day as I browsed the Chrome store I found it to be pretty good. It even has a web version for both Chrome and Firefox. But it lacks so much exposure.
Same goes for webflow.
Why lose consumers?
Conclusion, There are some Apps in the Chrome web store exclusive to Chrome that suffer from the inexposure to Firefox.
Most developers use both Chrome and FF alternatively as they wish. And FF's share of users is more tech oriented.
1% of web browser share equivalents around 1 million users or more.
Now, the math is self-explanatory.
Hope it helps.
The brushing capability took me 3 days to implement. I did it in sort of a "manic" phase of productivity. I like the way it looks, but I feel like I burnt too many cognitive resources on something that should have just been implemented in a "good enough" way. Not sure if that tidbit is interesting?...
Firefox was slower with the UX animations. It seemed to skip frames/uglify the animations. Though I did not have a lot of problems with bugs that crippled the application. Internet Explorer was mainly the browser with crippling bugs that were sometimes hard to fix.
The counter point to the "carrot" of more users from Firefox is that I'm working with limited resources. I feel like if I hired another developer, one of the things they could start out on is cross-browser compatibility. But right now, in order to get those firefox users, I have to sacrifice somewhere else. I don't think not supporting all major browsers is a good long term strategy, but I think it might be a necessary early-stage strategy.