[TIMOB-7082] MobileWeb: Display warning message when running in old unsupported browsers
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2017-03-09T19:46:56.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-01-10T16:08:04.000+0000 |
| Updated | 2017-03-09T19:46:56.000+0000 |
Description
Detect if the browser is capable of running Titanium and if not, display a message warning the user. This screen should be easily customizable by the developer. The browser detection should happen after the loader but before the project's app.js is downloaded.
Create a default warning template with no dependencies (i.e. inline images, styles, etc) in the mobileweb/src directory.
At compile time, if the Resources folder does NOT contain an overriding template, then use the default warning.
Closing ticket as MobileWeb is no longer supported.