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
my phonegap code work in chrome browser and android and orginal phonegap framwork,
but now it has some problem with phonegap-air
if i set the content start page with a subdir , example: pages/login.html)
content src="pages/login.html"
the content of pages/login.html will not loaded excpet hte login.html ;
src="images/login_logo.png" not load in pages/login.html
the images dir is a subdir in pages dir.
if i change this to src="pages/images/login_logo.png" the login_logo.png will show in pages/login.html page.
The text was updated successfully, but these errors were encountered:
my phonegap code work in chrome browser and android and orginal phonegap framwork,
but now it has some problem with phonegap-air
if i set the content start page with a subdir , example: pages/login.html)
content src="pages/login.html"
the content of pages/login.html will not loaded excpet hte login.html ;
src="images/login_logo.png" not load in pages/login.html
the images dir is a subdir in pages dir.
if i change this to src="pages/images/login_logo.png" the login_logo.png will show in pages/login.html page.
The text was updated successfully, but these errors were encountered: