Hi Isomorphic,
having a look at your Browser class I can see only a few methods / attributes, while you have a lot more information.
Could you add documentation (and SmartGWT methods) for all the other attributes you already identify, like version, isDesktop, isFirefox etc?
I want to use this in order to decide whether I want to offer a "Install as PWA" button or similar.
I already have JSNI for some of this, but of course it would be nice if it was supported natively.
Another way would be to use feature detection here, but for now I'd be fine with "don't show this button Firefox".
Thank you & Best regards
Blama
having a look at your Browser class I can see only a few methods / attributes, while you have a lot more information.
Could you add documentation (and SmartGWT methods) for all the other attributes you already identify, like version, isDesktop, isFirefox etc?
I want to use this in order to decide whether I want to offer a "Install as PWA" button or similar.
I already have JSNI for some of this, but of course it would be nice if it was supported natively.
Another way would be to use feature detection here, but for now I'd be fine with "don't show this button Firefox".
Thank you & Best regards
Blama
Comment