Helping You Connect the Dots to Succeed Faster
WGAN-TV: Now Playing
Next on WGAN-TV Live at 5
Free WGAN Map
Locations of Matterport Pro3 Camera Service Providers and see the number of Matterport Pro3s and/or BLK360s for each Matterport Pro.
View WGAN Map
Contact Info
Locations of Matterport Pro3 Camera Service Providers and see name, company, website, email and mobile phone for each Matterport Pro.
Join WGAN Sponsor
Get on the Map | A Service of We Get Around Network (not affiliated with Matterport)
One Order  |  One Quote  |  One Contact
Book Multiple GLOBAL Commercial Locations
  • ✔  As-Builts
  • ✔  Construction Progress
  • ✔  Facilities Management
Last 24 Hours: 713 Unique Visitors
9,032 WGAN Members in 148 Countries
Last 30 Days: 38,564 Page Views | 18,538 Unique Visitors | 38 New Members
We Get Around Network Forum
Quick Start | WGAN Forum
HTML

JS Code in MatterTag Links?3209

WGAN Basic
Member
New Brighton, PA
frstbubble private msg quote post Address this user
Back a couple of moths ago @Olivius posted this js code snippet:

<script>
function ChangeSize(){
var windowWidth = 500;
var windowHeight = 800;
var xPos = (screen.width/2) - (windowWidth/2);
var yPos = (screen.height/2) - (windowHeight/2);

window.resizeTo(windowWidth,windowHeight);
window.moveTo(xPos,yPos);
}
</script>

<body onload="ChangeSize()">
...

</body>

This snippet was to resize popup window for a Mattertag link. This was when it was in beta (ex. [link](http:www.the URLyou want)
)and it worked with that format within the tag.
They have changed the input method to make it more user-friendly. My question is, will the js code snippet still work?
Post 1 IP   flag post
malfie private msg quote post Address this user
If he hasn't tried it already, I'm sure it's just a matter of time before @Metroplex360 will try it and be able to answer this question.

If they haven't changed anything on the code of these popup windows, I would imagine this would still work. But I read something about some limits in characters on the Mattertags, so perhaps it won't work???

I say, wait for the pro's to answer this one :-)
Post 2 IP   flag post
Olivius private msg quote post Address this user
It look likes matterport change the way they open links in mattertag.

And argument &nt=tab or &nt=0 seems having no effect at all...

If they don't give us the option to choose the only option is creating a web page openiong a popup windows but it will be blocked by a lot of blocker plugin ...

not sure how to resolve this without matterport update.
Post 3 IP   flag post
WGAN Basic
Member
New Brighton, PA
frstbubble private msg quote post Address this user
Thanks for the quick response. Will have to wait and see it anything changes.
Post 4 IP   flag post
101429 4 4
This topic is archived. Start new topic?