Does Canvas changes size and density using Cordova on Android App? -
i have 2 usages of same view (graphicoverlay mobile vision of google play services): 1 in native android activity; 1 in custom extension of cordova plugin. in first case canvas passed inside view's ondraw() method has precise same size of clipbound rect , density equal 0; in second case canvas passed inside view's ondraw() method has precise size , density of device screen (720x1280 , density=320 on galaxy s3). behaviour need first 1 when using cordova plugin.
in both cases layout containing view same.
Comments
Post a Comment