Questions tagged [hashlink]

12 questions
8
votes
1 answer

How do I Distribute my Haxe application with Hashlink?

I've got a Haxe Application that I want to make available to people with a Windows system. I use Hashlink to run the Application locally and it works very nicely. I am wondering if I'm supposed to distribute my Application with Hashlink. Can it…
nizzle
  • 1,036
  • 2
  • 10
  • 23
7
votes
1 answer

How to use Haxe SSL Socket?

I'm trying to setup an https server but I can't find any example on how to use Haxe sys.ssl.Socket and the documentation doesn't quite speak to me. So far I got the following code which throw an 'Access violation'. var _aSocketDistant = new…
Jeremy Giner
  • 105
  • 4
4
votes
2 answers

NextJs 13 Experimental App Dir Hash in routes not directing to the hash id

I am using Nextjs 13 with the experimental App Dir but am not sure if this problem I am facing has anything to do with the issue I am facing. I have an id in my home page of "faqs" and when I click on the link, I can see it successfully goes to that…
Erik James Robles
  • 721
  • 2
  • 12
  • 24
3
votes
1 answer

Reading a HTTP request with sockets on HashLink

I'm trying to make a HTTP server using haxe (4) with HashLink (1.9.0) and sockets doesn't seems to work very well. import haxe.io.Error; import sys.net.Host; import sys.net.Socket; class Main { static public function main() { var…
Jeremy Giner
  • 105
  • 4
1
vote
1 answer

Run and Debug problems in Visual Studio Code using haxe

I'm currently coding in Haxe with Heaps using Visual Studio Code. The latter has recently updated to version 1.56 which is now giving my a strange problem I can't manage to fix. Before the update, I was able to click Run and Debug using Hashlink in…
RicardoP
  • 187
  • 8
1
vote
1 answer

Antd I need to click twice to change the tab

I use antd (version 3.26.7) Tabs and react-router-hash-link for each tab for ability to user copy the url with anchor and share (copied url opens on needed anchor). The problem is I need to click twice on the tab to change active tab. My…
Anna
  • 17
  • 4
1
vote
0 answers

Hashlink hlsdl failed to create window

I'm trying to run a simple hello world script using the haxe language with hashlink and hlsdl on linux. I've managed to squeeze out more errors from visual code, not just Failed to create window. Could not start debugger on port 6112ERROR :…
Skarred
  • 21
  • 4
1
vote
1 answer

How to install HashLink on Windows?

I'm trying to learn development on Heaps.io, and they recommended to install HashLink VM to get started. (https://heaps.io/documentation/installation.html). So I'm just following the documentation I found about HashLink and I don't understand the…
K.Morel
  • 33
  • 7
0
votes
0 answers

Hash links not working on mobile when refreshing or returning to page

I'm using the following to send the user to a new page where the browser should automatically scroll to a designated section: The designated section of the destination page is tagged like this:
Dr_Hoon
  • 67
  • 1
  • 8
0
votes
0 answers

Backlink from Instagram throws 404, Need it to correctly redirect to root url instead

My self-coded portfolio website is giving me problems when used as an Instagram profile link (let's say www.myurl.com): the Instagram browser displays a 404 error when clicking the profile link. Clicking "Back to Index" on the 404 page shows the…
llu
  • 1
  • 1
0
votes
2 answers

react router hash link, all components disappear except the one clicked

I understand normal behavior, you want all the components to hide other than the one clicked. But for an app like a porfolio, I want to click a nav link to go to a certain section of the page. A lot of forums mention using "react router hash link",…
Seb
  • 133
  • 1
  • 12
0
votes
1 answer

How to offset links and anchors in React?

I can't offset the jump point for anchor tags in my React app. No matter how much I adjust paddings, margins, and top; I get the same result. The last thing I tried is react-router-hash-link-offset and it behaves the exact same way with the…
Abe Choi
  • 37
  • 1
  • 5