[SOLVED] Use Geolocation without "Secure Origin"

0 favourites
  • 2 posts
From the Asset Store
In this template the music plays without looping in your game
  • Within my game i want to show the current user location.

    The problem is that since Chrome 50+something, Google wants apps, games and sites only to access from a secure origin, preferably via https.

    The problem:

    If you want to test out the geolocation within your game, within the game happens nothing. If you check the browser console, you see that Google informs you that Geoaccess, motion and much more is not availble from calls of unsecure origins.

    And as your local server testing is at 192.168.xxx.xx, Google Chrome automatically defines it as unsecure.

    The solution

    This is how i manged it....

    1. Open the Command line interpreter (CLI) in Windows. If you do know what this is go to Step 2

    1.1. Go to the windows Start Menu

    1.2. Imediately type in CMD, a black window pops up

    2. In the Command Line move to your Chrome Folder by using the "dir", ".." and the "cd" commands

    2.1. Find the chrome.exe somewhere in c:\program files\google\chrome\application

    Type "dir" to show the whole directory content. If you see the chrome.exe then....

    3. type this in: "chrome.exe --user-data-dir=/temp/ --unsafely-treat-insecure-origin-as-secure="http://192.xxx.x.x:50000"

    The values herein defined by X must be YOUR GAME IP VALUES !

    The best is to preview your game once and write down the number you see in the address bar.

    As soon as you press ENTER on your keyboard, Chrome will start and inform you about some insecure stuff.

    Start your game and voila: the Geolocation is shown.

    What are my advantages now?

    If you use the Chrome Developer tools you can change your Geolocation, orientation, gyroscope and much more from within he console. In other words: you can define your geolocation for London and after a refresh, your game will think that you are in London.

    I am new to Construct 2 and do not know if this is a great solution, but it works for me.

    Any questions please beneath this!

    Hugs and greetings from this corner of the planet,

    Carlos

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • qroft

    super, just needed this!!!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)