[Implemented] <meta http-equiv="X-UA-Compatible" content="IE=edge">

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

[Implemented] <meta http-equiv="X-UA-Compatible" content="IE=edge">

Post by Peter »

Hello Fred,

please, please, please add this line to the generated index.html:

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=edge">
Without this line you cannot load a SpiderBasic-App into a PureBasic WebGadget.

That would be great!

Thanks in advance & Greetings ... Peter
munfraid
Posts: 104
Joined: Sat Mar 24, 2018 1:33 pm

Re: <meta http-equiv="X-UA-Compatible" content="IE=edge">

Post by munfraid »

+ 1

This would be useful! And thanks for the tip, Peter - once more! ;)
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: <meta http-equiv="X-UA-Compatible" content="IE=edge">

Post by Fred »

Added for next version
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: <meta http-equiv="X-UA-Compatible" content="IE=edge">

Post by Peter »

Image
the.weavster
Posts: 220
Joined: Sat Mar 01, 2014 3:02 pm

Re: <meta http-equiv="X-UA-Compatible" content="IE=edge">

Post by the.weavster »

Is it planned that SB's output should always be compatible with PB's WebGadget?
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: <meta http-equiv="X-UA-Compatible" content="IE=edge">

Post by Fred »

No, but if it can help, we do it. PB WebGadget() is very old on Windows unfortunately.
Dirk Geppert
Posts: 282
Joined: Fri Sep 22, 2017 7:02 am

Re: <meta http-equiv="X-UA-Compatible" content="IE=edge">

Post by Dirk Geppert »

There is another meta attribute that helps improve the user experience on a mobile device.
For example, "meta name=shrink-to-fit=no" prevents zooming into a StringGadget when typing on iOS devices.

Is it only needed for iOS or we can put it for web/android as well ?
the.weavster
Posts: 220
Joined: Sat Mar 01, 2014 3:02 pm

Re: <meta http-equiv="X-UA-Compatible" content="IE=edge">

Post by the.weavster »

On second thoughts it's probably best not to as it might handicap SB if an updated WebGadget is not on the roadmap for PB.
Post Reply