Posts by gilvandev • 9 points
2 posts
-
0
votes1
answer227
viewsA: Load external JS in Cordova + Windows 8.1 app
Yes, there is a way yes! Well as they made a "gambiarra" to put maps Google Maps, can use the same technique. Just insert an iframe: <iframe src="ms-appx-web:///pagseguro.html"></iframe>…
-
0
votes1
answer227
viewsQ: Load external JS in Cordova + Windows 8.1 app
Currently I have developed an html app with Angular where I need to make a transparent checkout in Pagseguro. To this end they ask for the inclusion of an external JS: <script…