Hi, How to auto scale with different device?
currently, i'm playing with viewport
meta name=viewport content="width=640, initial-scale=1, target-densitydpi=device-dpi
i set my development dimension to 640px width. and i tried it to run my application in emulator dimension 1240px. why it not auto scale from 640 to 1240px? is there someting missing to make it auto-scale to fit screen?
currently, i'm playing with viewport
meta name=viewport content="width=640, initial-scale=1, target-densitydpi=device-dpi
i set my development dimension to 640px width. and i tried it to run my application in emulator dimension 1240px. why it not auto scale from 640 to 1240px? is there someting missing to make it auto-scale to fit screen?

