English 中文(简体)
移动应用“由于记忆低而无法装上先前的行动”?
原标题:Mobile App "unable to load previous operation due to low memory" after loading image?
问题回答

It may depend on which applications the user is running as to how much memory is available.

One solution is to have the application request the image with certain width and the server can return a scaled image, which should reduce memory requirements.

我的三星银河S4也存在同样的问题。 我在电话上找到了解决办法,因此我没有问题:

  1. Go to the Settings on your phone.
  2. Select More in the top right task item.
  3. Scroll to Developer Options. - If you don`t have developer options enabled follow steps 1 & 2, Then scroll down to about device and click on it. The phone information should be displayed and you should scroll down till you get to Build Number. The next thing to do is click on Build Number several times... ( Each time you click on it an info bar will be displayed telling you how many clicks are needed for Developer options. When you have clicked BN several times then DO will now be open and we can continue with the above.
  4. If you have clicked into Developer Options successfully then you must scroll down to the apps options near the bottom of D.O menu.
  5. If ( Do not keep activities) is selected then be sure to untick it making sure the box has no tick in it as it will end every app or running operation as soon as it leaves the page, Hence the reason photos wont load up to Facebook etc. If this is done correctly then you should now be able to upload photos.




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签