Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49188

Cordova.js external app not working

$
0
0

@sumer wrote:

--> platforms/ios/www/cordova.js file in the

I deleted the following code
my app worked but css not included
code line 1872-1887
/**
*Extends a child object from a parent object using classical inheritance pattern.
*/
utils.extend=(function(){
//proxy used to establish prototype chain
var F = function () {};
//extend Child from parent

return function (Child,Parent){
F.prototype= Parent.prototype;
Child.prototype= new F();
Child.super= Parent.prototype;
Child.prototype.constructor = Child;
};
}());

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49188

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>