Skip to content
Advertisement

Tag: cordova

Pixi.js – How to fix texture blur on mobile?

I have 2 separate projects which draw a randomized grass tilemap, which are using 2 different methods (personally want to see which is more convenient/efficient). One is using only Canvas, the other using Pixi.js. They both work fine on PC, but when I use cordova to compile it as an Android app, pixi.js tileset has a blur Regular Canvas/Cordova Pixi.js/Cordova

Cordova Unable to load platformapi

I have been having this issue for few days now. Cordova won’t run in browser, error says browser is not added as a platform. However, trying to add browser as a platform, cause another error which says Unable to load platfromapi from platform. It also says that browser is not a valid platform. See screenshots: Cordova issue 1 Cordova issues

How to host material icons offline?

My apologies if this is a very simple question, but how do you use google material icons without a ? I would like my app to be able to display the icons even when the user does not have an internet connection Answer Method 2. Self hosting Developer Guide Download the latest release from github (assets: zip file), unzip, and

Advertisement