mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix the HCP on a route (like /something) problem on iOS
addresses #2632 partially (only iOS)
This commit is contained in:
@@ -68,5 +68,5 @@ Package.on_use(function(api) {
|
||||
|
||||
Cordova.depends({
|
||||
'org.apache.cordova.device': '0.2.11',
|
||||
'com.rjfun.cordova.httpd': 'https://github.com/meteor/cordova-httpd/tarball/0f1c8bc17e567c57a68427b0fe5e692ab6568d7f'
|
||||
'com.rjfun.cordova.httpd': 'https://github.com/meteor/cordova-httpd/tarball/f68bcb43be30878823718bcd01bd6d97561eb337'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user