needed some help #145449
Replies: 3 comments
-
Hello @iirsh Yes, it's definitely possible to create a campus navigation app with an offline map! While HTML and CSS can help you design the app, you'll need JavaScript for the map functionality. You can use libraries like Leaflet.js or OpenLayers to display maps offline by saving the map tiles locally on the user's device. JavaScript can also help you track the user's location and show points of interest on the map. So, HTML and CSS are great for the layout, but JavaScript will be key for implementing offline map features. |
Beta Was this translation helpful? Give feedback.
-
Hi @iirsh! Yes, it's possible to create an offline campus navigation app using HTML, CSS, and JavaScript. You can use:
Here’s a basic structure:
|
Beta Was this translation helpful? Give feedback.
-
Hi @iirsh 👋🏾 Have you tried using Copilot to build this project with you? If you haven't gotten a chance to try it out, you can get started for free here. |
Beta Was this translation helpful? Give feedback.
-
is it possible to make a campus navigation where the map is offline, and is it possible to make the app using html and css? if so can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions