You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I suggest for having a protocol based solution, Like
instead of using hardcode string like http:, we can use variable like window.location.protocol
In Firefox OS, We can use JS/HTML/CSS for app development.
Only difference is, it work with app:// protocol instead of http:// protocol
So, when I click on a
<a href="/register"></a>
then things are not working,In normal browser setup,
Line number 1759 in Davis Router
here, request.path is equal to
/register
But when I run the same code in FirefoxOS then
request.path is equal to
app://3d97ccba-ab8c-4a3f-937f-fc894260b23c/register
So, Its a bug. I am digging more into it.
The text was updated successfully, but these errors were encountered: