[TIMOB-10581] MobileWeb: Add support for running a Mobile Web app from a local disk
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T22:12:48.000+0000 |
Affected Version/s | Release 2.1.1 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | core |
Reporter | Chris Barber |
Assignee | Unknown |
Created | 2012-08-23T15:00:23.000+0000 |
Updated | 2018-04-04T23:20:20.000+0000 |
Description
When running an app from the local disk using the file: protocol, it will attempt to use the file: protocol to load Google Maps and Facebook. Right now, we use just //domain.com/path/to/script.js so that we don't need to do anything special if the app is running on SSL. Instead we need to detect if we're SSL or not and use the appropriate http or https. This functionality should be centralized into the Ti._ namespace.
Resolving as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.