how to set apple-touch-startup-image for iphone5?

后端 未结 3 1553
难免孤独
难免孤独 2020-12-28 11:00

I tried



        
3条回答
  •  天涯浪人
    2020-12-28 11:22

    1.Don't use "width=device-width" for viewport, use codes below:

    
    
    

    2.Prepare an image sized 640*1096, save as "Images/Default-568h@2x", add this code to your page's header:

    
    

    Here's a demo, it's compatible with iPhone5: https://github.com/openfibers/php-tot

提交回复
热议问题