Software Archive
Read-only legacy content
17061 Discussions

Loading a webpage upon launch

Solution_O_
Beginner
261 Views

I have a webpage for a map and i am trying to build an android app for it. However, some of my codes are not working after building the app. Even though everything is working well on the emulator. 

What i want to do now is to make my app load the webpage directly instead of using the codes to build the app again. Meaning, once the app is launched, it will load this web page directly. But if the user does not have Internet, a javascript alert will show instead of the webpage showing something like 

"The web page you are trying to access is not available"

 

I don't want users to know the app is loading a web page. Please how do i do this

 

Thanks

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
261 Views

You'll have to use a technique similar to that described here > https://software.intel.com/en-us/forums/intel-xdk/topic/696734#comment-1886932 <

0 Kudos
Reply