I want to link to another web page in the application I exported for mobile. how can I do it?
I want to link more games
I want it to open in the browser
I want to continue to game in background
Add the Browser object to your project and you can do it.
Does not work when converted to APK...
engin20020 This should work:
Picture deleted.
The link does not work when I export the apk with xdk. I made the browser settings in construct 2
help me please...
How do I open the browser when I click a button on the APK?
Maybe instead of:
Browser | Go to URL
try:
Browser | Open URL in new window.
Develop games in your browser. Powerful, performant & highly capable.
Maybe instead of: Browser | Go to URL try: Browser | Open URL in new window.
no, This is not
engin20020
Browser | Open URL in new window should work. Is your layout referencing the correct event sheet?
It's difficult to fix your problem without seeing a capx or a screenshot of your events or the export process.
> Maybe instead of: > Browser | Go to URL > try: > Browser | Open URL in new window. > no, This is not
> Maybe instead of:
> Browser | Go to URL
> try:
> Browser | Open URL in new window.
>
Try to use engin20020 's method in a new project.
If it works in the new project and not in your current one, then it's a fault within your code...